summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-18 10:11:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-12-18 10:11:44 (GMT)
commit4cb5c7179d38b98906eb01b73e135a62e7a99ea3 (patch)
treedce41659a4cb1e20e0abcfb24a3f55b8c16d3d5c /Source/cmVersion.cxx
parent645f7c0929ae2796a06e8d0adb971478ba69d378 (diff)
downloadCMake-4cb5c7179d38b98906eb01b73e135a62e7a99ea3.zip
CMake-4cb5c7179d38b98906eb01b73e135a62e7a99ea3.tar.gz
CMake-4cb5c7179d38b98906eb01b73e135a62e7a99ea3.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 7a3dc3e..a2fe0b6 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-17 10:06:33 +0000";
+ std::string cver = "Date: 2004-12-18 10:11:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;