summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-22 08:36:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-22 08:36:15 (GMT)
commitb3a6ef138aea85fc77d0cb1b6e9ac6e914750c50 (patch)
tree713e2a064a3ab277ce1d71589ff97cc8091caa91
parent1ed84c377b16623cf81d7296bf2e6396c09c78a2 (diff)
downloadCMake-b3a6ef138aea85fc77d0cb1b6e9ac6e914750c50.zip
CMake-b3a6ef138aea85fc77d0cb1b6e9ac6e914750c50.tar.gz
CMake-b3a6ef138aea85fc77d0cb1b6e9ac6e914750c50.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 f6c1ec2..980688f 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-21 09:12:01 +0000";
+ std::string cver = "Date: 2006-12-22 08:36:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;