summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-06 14:50:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-08-06 14:50:30 (GMT)
commit7fc4c32acf5c37058b0e23859a1ca5393b7faee0 (patch)
treebc8c2dd487e62ada035e99e043b2f592bb24537a /Source
parentdce07caf0b59c120c0cc64199bf355842751fd19 (diff)
downloadCMake-7fc4c32acf5c37058b0e23859a1ca5393b7faee0.zip
CMake-7fc4c32acf5c37058b0e23859a1ca5393b7faee0.tar.gz
CMake-7fc4c32acf5c37058b0e23859a1ca5393b7faee0.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 1334573..bf167b8 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-08-05 15:31:42 +0000";
+ std::string cver = "Date: 2005-08-06 14:50:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;