summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-26 11:15:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-26 11:15:58 (GMT)
commit147706247c770c45d977d4b15f860c9ae5509273 (patch)
tree9bd93b9ac9be0618caca93164f857e1eba5d2577
parent7890524cd992ba123d7d65b1c156db23b5ff9768 (diff)
downloadCMake-147706247c770c45d977d4b15f860c9ae5509273.zip
CMake-147706247c770c45d977d4b15f860c9ae5509273.tar.gz
CMake-147706247c770c45d977d4b15f860c9ae5509273.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index f1d938c..235f06e 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-06-25 11:14:19 +0000";
+ std::string cver = "Date: 2006-06-26 11:15:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;