summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-24 08:24:45 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-24 08:24:45 (GMT)
commit1aa4fab6c10eaf4c865c824e92408b9b24f1e639 (patch)
tree52f2edf1009d32db9365e5924191b679de5885e3
parente44e0cdb66efecfe798e44a0044f0643c6e25bbb (diff)
downloadCMake-1aa4fab6c10eaf4c865c824e92408b9b24f1e639.zip
CMake-1aa4fab6c10eaf4c865c824e92408b9b24f1e639.tar.gz
CMake-1aa4fab6c10eaf4c865c824e92408b9b24f1e639.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 c7d48c8..0b23c5a 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-12-23 08:38:55 +0000";
+ std::string cver = "Date: 2006-12-24 08:24:45 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;