summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-15 12:21:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-15 12:21:17 (GMT)
commit298536104f86ea8b072b6ef89bd6957b7f21b2c6 (patch)
treeafa8d8ff543620470385d78a95f8e03a03e54c12 /Source
parent9bc53f64434e807b5fdb9103995f82eddd16d6d7 (diff)
downloadCMake-298536104f86ea8b072b6ef89bd6957b7f21b2c6.zip
CMake-298536104f86ea8b072b6ef89bd6957b7f21b2c6.tar.gz
CMake-298536104f86ea8b072b6ef89bd6957b7f21b2c6.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 7048b68..1c88cf2 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: 2006-07-14 12:01:58 +0000";
+ std::string cver = "Date: 2006-07-15 12:21:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;