summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-11 10:03:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-11 10:03:49 (GMT)
commitd08482481811b5a04ced13f0760dfbc7505b201f (patch)
treea86f58a83ec479dc6494094563ae46ab398e27ed
parent89c0d42181f8fb14fe9494eb22bf6385bfb0627b (diff)
downloadCMake-d08482481811b5a04ced13f0760dfbc7505b201f.zip
CMake-d08482481811b5a04ced13f0760dfbc7505b201f.tar.gz
CMake-d08482481811b5a04ced13f0760dfbc7505b201f.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 df7db7b..01d7683 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-01-10 10:06:32 +0000";
+ std::string cver = "Date: 2005-01-11 10:03:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;