summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-03 12:16:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-03 12:16:43 (GMT)
commit67029ab0e99db89bcd35a22b83dc1940bd6356ad (patch)
tree671becec3092002ea5a98fd6c1bdcbbe597b9409 /Source
parent86beb67afdabe09bfe9d8d927dff834db3b7fdd5 (diff)
downloadCMake-67029ab0e99db89bcd35a22b83dc1940bd6356ad.zip
CMake-67029ab0e99db89bcd35a22b83dc1940bd6356ad.tar.gz
CMake-67029ab0e99db89bcd35a22b83dc1940bd6356ad.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 f4342af..a9c8a6c 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-05-02 12:14:49 +0000";
+ std::string cver = "Date: 2006-05-03 12:16:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;