Author: zguo
Date: Mon Oct 27 17:23:05 2014
New Revision: 65049
URL:
http://svn.reactos.org/svn/reactos?rev=65049&view=rev
Log:
[0.3.17]
Set version number for release.
Modified:
branches/0.3.17/reactos/include/reactos/version.cmake
Modified: branches/0.3.17/reactos/include/reactos/version.cmake
URL:
http://svn.reactos.org/svn/reactos/branches/0.3.17/reactos/include/reactos/…
==============================================================================
--- branches/0.3.17/reactos/include/reactos/version.cmake [iso-8859-1] (original)
+++ branches/0.3.17/reactos/include/reactos/version.cmake [iso-8859-1] Mon Oct 27 17:23:05
2014
@@ -32,11 +32,11 @@
today(KERNEL_VERSION_BUILD)
set(KERNEL_VERSION_MAJOR "0")
-set(KERNEL_VERSION_MINOR "4")
-set(KERNEL_VERSION_PATCH_LEVEL "0")
+set(KERNEL_VERSION_MINOR "3")
+set(KERNEL_VERSION_PATCH_LEVEL "17")
set(COPYRIGHT_YEAR "2014")
# KERNEL_VERSION_BUILD_TYPE is "SVN", "RC1", "RC2" or
"" (for the release)
-set(KERNEL_VERSION_BUILD_TYPE "SVN")
+set(KERNEL_VERSION_BUILD_TYPE "")
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}")