summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-25 12:59:14 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-11-25 12:59:14 (GMT)
commit3ad6f7e8808333133cec8ab3bb8856df31ccc873 (patch)
tree2b727113c3ad83993e553340238d935ac1e02cce
parent367773d205affe950aa26a40d44fff283954ae14 (diff)
downloadCMake-3ad6f7e8808333133cec8ab3bb8856df31ccc873.zip
CMake-3ad6f7e8808333133cec8ab3bb8856df31ccc873.tar.gz
CMake-3ad6f7e8808333133cec8ab3bb8856df31ccc873.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 61e7e81..431a00a 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-11-23 12:37:21 +0000";
+ std::string cver = "Date: 2006-11-25 12:59:14 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;