summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-11 08:20:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-11 08:20:51 (GMT)
commit09029e9cd864be132bb8b381635d95764f1209d4 (patch)
tree027969ef063d2c969ccd93dd2568f74c376d7d45
parentcadac9f0e51479ef4730b2c8a029ecef6dada4c7 (diff)
downloadCMake-09029e9cd864be132bb8b381635d95764f1209d4.zip
CMake-09029e9cd864be132bb8b381635d95764f1209d4.tar.gz
CMake-09029e9cd864be132bb8b381635d95764f1209d4.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 4505361..2075820 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-10 08:19:49 +0000";
+ std::string cver = "Date: 2006-12-11 08:20:51 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;