summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-15 02:59:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-15 02:59:52 (GMT)
commit946bfc2405868f1de8d654c00884c24ffa474caf (patch)
tree0730f214d710822708094ac999fd83fadc0940e9 /Source
parentdeb5f857dfa1167543e707d2908758520806a3f4 (diff)
downloadCMake-946bfc2405868f1de8d654c00884c24ffa474caf.zip
CMake-946bfc2405868f1de8d654c00884c24ffa474caf.tar.gz
CMake-946bfc2405868f1de8d654c00884c24ffa474caf.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 72c91b1..a69fa2e 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-14 02:53:11 +0000";
+ std::string cver = "Date: 2007-09-15 02:59:52 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;