summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-14 07:31:47 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-14 07:31:47 (GMT)
commit1b6912f18b4e6843200447a1cf07f4eb068116d2 (patch)
tree68f733253fb7410ba7686a6a0b336ce93c452b6c
parent983ed68f2eef9f13c206bd916f25cb44263ce8e2 (diff)
downloadCMake-1b6912f18b4e6843200447a1cf07f4eb068116d2.zip
CMake-1b6912f18b4e6843200447a1cf07f4eb068116d2.tar.gz
CMake-1b6912f18b4e6843200447a1cf07f4eb068116d2.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 a84027a..e51e3ed 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-03-13 07:31:23 +0000";
+ std::string cver = "Date: 2006-03-14 07:31:47 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;