Change version string to release header for rbuild. Next time we release, do this in the cmake file.

svn path=/branches/ros-branch-0_3_14/; revision=55331
This commit is contained in:
Ziliang Guo
2012-01-30 18:23:14 +00:00
parent 60eea2d779
commit 29bb3f9591
+1 -1
View File
@@ -24,7 +24,7 @@
#define COPYRIGHT_YEAR "2012"
/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"" (for the release) */
#define KERNEL_VERSION_BUILD_TYPE L"SVN"
#define KERNEL_VERSION_BUILD_TYPE L""
#endif