summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-17 10:06:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-17 10:06:33 (GMT)
commit645f7c0929ae2796a06e8d0adb971478ba69d378 (patch)
tree5cf76328ed075e77cae828faf9b16a5ee84f8312 /Source/cmVersion.cxx
parent476f278c76f4ee9b2a6d11fa56b92e45f9ac6c23 (diff)
downloadCMake-645f7c0929ae2796a06e8d0adb971478ba69d378.zip
CMake-645f7c0929ae2796a06e8d0adb971478ba69d378.tar.gz
CMake-645f7c0929ae2796a06e8d0adb971478ba69d378.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 20b545c..7a3dc3e 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: 2004-12-16 10:52:09 +0000";
+ std::string cver = "Date: 2004-12-17 10:06:33 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;