summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-17 07:57:41 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-17 07:57:41 (GMT)
commit226f7f6639e1cffaeef1b85862a480d22bb0b053 (patch)
tree59627be5ede89922b3b8f056867282bb10004445
parent7ed018ec09cd68bd1417b9bf0d29ebb963e2c213 (diff)
downloadCMake-226f7f6639e1cffaeef1b85862a480d22bb0b053.zip
CMake-226f7f6639e1cffaeef1b85862a480d22bb0b053.tar.gz
CMake-226f7f6639e1cffaeef1b85862a480d22bb0b053.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 f807995..54faf25 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: 2005-05-15 07:57:16 +0000";
+ std::string cver = "Date: 2005-05-17 07:57:41 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;