summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-01 06:40:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-01 06:40:47 (GMT)
commit567d02c3228d153515a9bc3325ea351466000c69 (patch)
tree20d580c3f3faceb1017102cbd7482125ca859102 /Source
parent639d2572be05b80f615102376658844d64b82ee5 (diff)
downloadCMake-567d02c3228d153515a9bc3325ea351466000c69.zip
CMake-567d02c3228d153515a9bc3325ea351466000c69.tar.gz
CMake-567d02c3228d153515a9bc3325ea351466000c69.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 5fb5c58..c130e14 100644
--- a/Source/cmVersion.cxx
+++ b/Source/cmVersion.cxx
@@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
- std::string cver = "Date: 2006-11-30 06:29:31 +0000";
+ std::string cver = "Date: 2006-12-01 06:40:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;