summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-08 08:09:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-08 08:09:49 (GMT)
commita3e70d3e809683cbbcde0fc92f32edc07c76f03a (patch)
treedbb611b2b5c6c3bb334c198a9dffee998ffbf896 /Source
parent810878649442bc6dadc002edf92ff0e725138465 (diff)
downloadCMake-a3e70d3e809683cbbcde0fc92f32edc07c76f03a.zip
CMake-a3e70d3e809683cbbcde0fc92f32edc07c76f03a.tar.gz
CMake-a3e70d3e809683cbbcde0fc92f32edc07c76f03a.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 67dd189..33ac86c 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: 2005-06-07 08:09:10 +0000";
+ std::string cver = "Date: 2005-06-08 08:09:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;