summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-08 06:37:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-08 06:37:22 (GMT)
commit98e1bc3efa381367a35cd766f429fdf005537996 (patch)
tree0a29b0aa93ae5fa1efb0205d0cc94702843e79c4 /Source/cmVersion.cxx
parent3387db4c053db0c8ff78f8db4f22a2b00d0aa35d (diff)
downloadCMake-98e1bc3efa381367a35cd766f429fdf005537996.zip
CMake-98e1bc3efa381367a35cd766f429fdf005537996.tar.gz
CMake-98e1bc3efa381367a35cd766f429fdf005537996.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 5fe7bfa..a8899df 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: 2005-04-07 06:31:27 +0000";
+ std::string cver = "Date: 2005-04-08 06:37:22 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;