Fix typos
[quassel.git] / cmake / QuasselVersion.cmake
index 88cdd16..70483f3 100644 (file)
@@ -3,9 +3,9 @@
 
 # Quassel version
 set(QUASSEL_MAJOR  0)
-set(QUASSEL_MINOR 13)
-set(QUASSEL_PATCH 90)
-set(QUASSEL_VERSION_STRING "0.14-rc1")
+set(QUASSEL_MINOR 14)
+set(QUASSEL_PATCH 50)
+set(QUASSEL_VERSION_STRING "0.15-pre")
 
 # Get additional version information from Git
 include(GetGitRevisionDescription)
@@ -25,7 +25,7 @@ if (GIT_HEAD)
     endif()
 endif()
 
-# If not in a Git repo try to read GIT_HEAD and GIT_DESCRIBE from enviroment
+# If not in a Git repo try to read GIT_HEAD and GIT_DESCRIBE from environment
 if (NOT GIT_HEAD OR NOT GIT_DESCRIBE)
   if (DEFINED ENV{GIT_HEAD})
       set(GIT_HEAD $ENV{GIT_HEAD})