summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-07 09:00:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-09-07 09:00:23 (GMT)
commit99368244bb4e42fa8eed8afd19f65ade4adaa41a (patch)
tree1bb386e422f801ec7dda5577e9aadef9128a1d7b /Source
parentfcce3ac0a14e89f81cc1dfe618b0bca776bf2329 (diff)
downloadCMake-99368244bb4e42fa8eed8afd19f65ade4adaa41a.zip
CMake-99368244bb4e42fa8eed8afd19f65ade4adaa41a.tar.gz
CMake-99368244bb4e42fa8eed8afd19f65ade4adaa41a.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 83c1af3..e2d56e6 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-09-06 09:04:09 +0000";
+ std::string cver = "Date: 2005-09-07 09:00:23 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;