summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-11 21:22:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-11 21:22:15 (GMT)
commit0a0e89ee8ad6c592274baf8667032e4db9d30503 (patch)
tree3c660ab7e33415ba5c62a930df8452b5d9371725 /Source
parentf9f1ccadb370b7b3466d491b1824104d81a15308 (diff)
downloadCMake-0a0e89ee8ad6c592274baf8667032e4db9d30503.zip
CMake-0a0e89ee8ad6c592274baf8667032e4db9d30503.tar.gz
CMake-0a0e89ee8ad6c592274baf8667032e4db9d30503.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 eef473e..01a70c7 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-04-11 01:47:41 +0000";
+ std::string cver = "Date: 2007-04-11 21:22:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;