summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-01 12:17:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-01 12:17:40 (GMT)
commitf54d254a814ff37bf9ad5992c9646bd975822178 (patch)
treebd93fa9ca68f0e292f39553ef5e5fb7fc34700df /Source
parentc88c75b8f2a7c15114c7880b7bdf59c4b069ff66 (diff)
downloadCMake-f54d254a814ff37bf9ad5992c9646bd975822178.zip
CMake-f54d254a814ff37bf9ad5992c9646bd975822178.tar.gz
CMake-f54d254a814ff37bf9ad5992c9646bd975822178.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 ec1d8e3..8bfcbaf 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-31 12:10:00 +0000";
+ std::string cver = "Date: 2006-06-01 12:17:40 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;