summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-04 08:53:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-04 08:53:37 (GMT)
commit51d255bf92783272284b72acaedbcc059c45c4ea (patch)
treef101e32b29b8c3550d33e4ed0f58f72233399f40
parent5826ce439c44afe873d2bb95b0cacae3fb53dfe2 (diff)
downloadCMake-51d255bf92783272284b72acaedbcc059c45c4ea.zip
CMake-51d255bf92783272284b72acaedbcc059c45c4ea.tar.gz
CMake-51d255bf92783272284b72acaedbcc059c45c4ea.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 9c2b115..6fd4fbf 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: 2007-01-03 09:20:37 +0000";
+ std::string cver = "Date: 2007-01-04 08:53:37 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;