summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-08 07:26:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-08 07:26:43 (GMT)
commit59a7019305d1c017c1a0f70a1be401570cd74bf7 (patch)
tree5431adcd61a592f1f7ddfbc402b53b8c88aa210d /Source/cmVersion.cxx
parent4a536db407facb3d2b893792a097a278e51344d2 (diff)
downloadCMake-59a7019305d1c017c1a0f70a1be401570cd74bf7.zip
CMake-59a7019305d1c017c1a0f70a1be401570cd74bf7.tar.gz
CMake-59a7019305d1c017c1a0f70a1be401570cd74bf7.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 e2a41a5..e377253 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-07 07:28:26 +0000";
+ std::string cver = "Date: 2005-03-08 07:26:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;