summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-20 03:17:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-20 03:17:38 (GMT)
commit129a3e9f9e7ac92109aa342c84916335b3a121f9 (patch)
treefb4d5a26cb986d74c57334049a8f090bbceea797 /Source
parent4de188d98d5e6c9c097b8ba1db078130fda72c68 (diff)
downloadCMake-129a3e9f9e7ac92109aa342c84916335b3a121f9.zip
CMake-129a3e9f9e7ac92109aa342c84916335b3a121f9.tar.gz
CMake-129a3e9f9e7ac92109aa342c84916335b3a121f9.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index df5d119..ca6b291 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: 2007-08-19 03:15:23 +0000";
+ std::string cver = "Date: 2007-08-20 03:17:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;