summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-24 07:25:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-24 07:25:37 (GMT)
commit40b7ab955d64180ca58fcbe2dc18b62cc83d3d09 (patch)
treefc1cbc7f0569824ca8722f356cf4a71df43edd27
parent584e0f2f641370c366ab623ca5543f66374a111d (diff)
downloadCMake-40b7ab955d64180ca58fcbe2dc18b62cc83d3d09.zip
CMake-40b7ab955d64180ca58fcbe2dc18b62cc83d3d09.tar.gz
CMake-40b7ab955d64180ca58fcbe2dc18b62cc83d3d09.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 972e478..a03a4cc 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-03-23 07:22:40 +0000";
+ std::string cver = "Date: 2005-03-24 07:25:37 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;