summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-02 03:54:15 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-02 03:54:15 (GMT)
commitf67f158344d0202ad0460c221bcf5315c1bd2f6d (patch)
treeeb74730b7f550f131baf1854481c639aef7ce048
parent6600143ea14b3904f05587e7a5912fe19be418bb (diff)
downloadCMake-f67f158344d0202ad0460c221bcf5315c1bd2f6d.zip
CMake-f67f158344d0202ad0460c221bcf5315c1bd2f6d.tar.gz
CMake-f67f158344d0202ad0460c221bcf5315c1bd2f6d.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 c130e14..ef5ec4f 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-01 06:40:47 +0000";
+ std::string cver = "Date: 2006-12-02 03:54:15 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;