summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-22 10:51:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-22 10:51:54 (GMT)
commit3fb09318d76ff483fe9025d57555fce70473f652 (patch)
tree6df706c55cb95f5873a12f49883c6e1875753988 /Source/cmVersion.cxx
parent2f631642ca2e91d0ba6e4beabfc5f74754ab5ad9 (diff)
downloadCMake-3fb09318d76ff483fe9025d57555fce70473f652.zip
CMake-3fb09318d76ff483fe9025d57555fce70473f652.tar.gz
CMake-3fb09318d76ff483fe9025d57555fce70473f652.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 ce5f25c..e1bcae0 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-01-21 10:36:29 +0000";
+ std::string cver = "Date: 2005-01-22 10:51:54 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;