summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-25 16:07:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-25 16:07:22 (GMT)
commitc1467ff991699fccd1b30a257646adce5422e69e (patch)
treeec1340a68ea308f7148c4c1338a1eb9f1cb57077 /Source
parent0b9644910d637fdf7b006adb21ca04f3f218959f (diff)
downloadCMake-c1467ff991699fccd1b30a257646adce5422e69e.zip
CMake-c1467ff991699fccd1b30a257646adce5422e69e.tar.gz
CMake-c1467ff991699fccd1b30a257646adce5422e69e.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 8baf6fa..cd68e30 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-06-24 10:38:05 +0000";
+ std::string cver = "Date: 2007-06-25 16:07:22 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;