summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-20 22:44:15 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-20 22:44:15 -0400
commit172d36cfedd0bcbda230cc138191e036acf29150 (patch)
tree05bffe3abb87082f2941b5c29db323d177dfa111 /Source/cmVersion.cxx
parent8481c4f1e9d6d81b5f741559146f2027d09bf5e5 (diff)
downloadcmake-172d36cfedd0bcbda230cc138191e036acf29150.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 44b396e467..5868f6afc0 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-20 02:33:12 +0000";
+ std::string cver = "Date: 2007-09-21 02:44:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;