summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-03 10:34:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-03 10:34:04 (GMT)
commit3050e231b35c7b8b3e1dfcc37275dddb3b5d7445 (patch)
treedecc2e1c1cb5f80e032ef25f7af8fee90a6b5293 /Source/cmVersion.cxx
parent2823a4797ad1f2d2f687bf29aa13825ce3806fde (diff)
downloadCMake-3050e231b35c7b8b3e1dfcc37275dddb3b5d7445.zip
CMake-3050e231b35c7b8b3e1dfcc37275dddb3b5d7445.tar.gz
CMake-3050e231b35c7b8b3e1dfcc37275dddb3b5d7445.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 d62ff0c..98a5c4e 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-11-02 09:49:54 +0000";
+ std::string cver = "Date: 2004-11-03 10:34:04 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;