summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-30 08:24:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-30 08:24:23 (GMT)
commit0b4fdd8a634a33f851dc9b342ac2d875491cfdd1 (patch)
tree336c72eedc3dfa313fbc29652f916f3a2d1b93de /Source/cmVersion.cxx
parent113231d182d14c749a8399b5153939c74c16bdb4 (diff)
downloadCMake-0b4fdd8a634a33f851dc9b342ac2d875491cfdd1.zip
CMake-0b4fdd8a634a33f851dc9b342ac2d875491cfdd1.tar.gz
CMake-0b4fdd8a634a33f851dc9b342ac2d875491cfdd1.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index f7ea113..14bb025 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-12-29 08:29:48 +0000";
+ std::string cver = "Date: 2006-12-30 08:24:23 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;