summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-19 22:33:12 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-19 22:33:12 -0400
commit2d979a87ba9607afab5ea7ad9623c67d68709e75 (patch)
treed4f7eac683306d49f389c8d37e732dc05875e453 /Source/cmVersion.cxx
parent0502c8502aae742e831393ee66923fc2d0c51a78 (diff)
downloadcmake-2d979a87ba9607afab5ea7ad9623c67d68709e75.tar.gz
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 165a4289a1..44b396e467 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-19 02:43:49 +0000";
+ std::string cver = "Date: 2007-09-20 02:33:12 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;