summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-09 12:28:16 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-09 12:28:16 (GMT)
commit3eec8a91fc4980739a99d8ae17324960f94e96d2 (patch)
tree850abb50eab1765918fa0d086422b57f8d44a454
parent64e5fe3f71e372c93a23abbe27980cbcf930b14a (diff)
downloadCMake-3eec8a91fc4980739a99d8ae17324960f94e96d2.zip
CMake-3eec8a91fc4980739a99d8ae17324960f94e96d2.tar.gz
CMake-3eec8a91fc4980739a99d8ae17324960f94e96d2.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 ff22ca8..0525c9d 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-08 11:49:00 +0000";
+ std::string cver = "Date: 2006-06-09 12:28:16 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;