summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-26 06:21:08 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-26 06:21:08 (GMT)
commitb8e92654b4730cf8e0fcdccc56bd4011417097b5 (patch)
treee23d9550e259c6832d71f73f5f2a7ce41e5dbb77 /Source
parentf5ce41ee39578c1662ea3eebf32bdb597895197e (diff)
downloadCMake-b8e92654b4730cf8e0fcdccc56bd4011417097b5.zip
CMake-b8e92654b4730cf8e0fcdccc56bd4011417097b5.tar.gz
CMake-b8e92654b4730cf8e0fcdccc56bd4011417097b5.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 dd1fdeb..b89b174 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-01-25 05:57:53 +0000";
+ std::string cver = "Date: 2006-01-26 06:21:08 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;