summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-27 11:28:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-11-27 11:28:31 (GMT)
commitc7db7dca34d2998b9e6c8f847149252bbbbd5feb (patch)
treefbab375d730ffc2c2af8a961604258b5d2d997d0 /Source/cmVersion.cxx
parent9bf5f8b40b608e5eb86131f9e8abe4b68e228b5c (diff)
downloadCMake-c7db7dca34d2998b9e6c8f847149252bbbbd5feb.zip
CMake-c7db7dca34d2998b9e6c8f847149252bbbbd5feb.tar.gz
CMake-c7db7dca34d2998b9e6c8f847149252bbbbd5feb.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 47116b6..879f7df 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-26 11:16:57 +0000";
+ std::string cver = "Date: 2004-11-27 11:28:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;