summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-24 03:09:03 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-24 03:09:03 (GMT)
commit769af64d7f4fb2187b4f8d85e0357b7b8e13181f (patch)
tree063e67f15f5cbf0daaf7078ae413fca9bd15da1d /Source
parent8b4eff4ba8d5c000f4a9975ba5eef62da89836de (diff)
downloadCMake-769af64d7f4fb2187b4f8d85e0357b7b8e13181f.zip
CMake-769af64d7f4fb2187b4f8d85e0357b7b8e13181f.tar.gz
CMake-769af64d7f4fb2187b4f8d85e0357b7b8e13181f.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 0a53f5a..5749aff 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-09-23 02:47:02 +0000";
+ std::string cver = "Date: 2007-09-24 03:09:03 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;