summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-01 06:41:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-01 06:41:44 (GMT)
commit2e22c460b60be652ed7d3436627e3e12cf44b3e2 (patch)
tree2a784bad697effc5a3fad15a7051a1ba9b95d3ab /Source/cmVersion.cxx
parent402a363ef0bd32ad0550f3333c33d889deb10639 (diff)
downloadCMake-2e22c460b60be652ed7d3436627e3e12cf44b3e2.zip
CMake-2e22c460b60be652ed7d3436627e3e12cf44b3e2.tar.gz
CMake-2e22c460b60be652ed7d3436627e3e12cf44b3e2.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 af42ffa..a53bc8b 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: 2007-03-31 06:45:17 +0000";
+ std::string cver = "Date: 2007-04-01 06:41:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;