Here is a great script to see the version of the SQL server you are working on:
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
This is how it looked on my home server that of cause is running Express Edition: