summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-19 12:06:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-19 12:06:11 (GMT)
commitbe550051056190deb6eaea224669c6e92ea24438 (patch)
tree79d6c3589e5c78563dba05498b317a829e365e35 /Source
parent769d0e4d297a4e3dbe7e2498334257b8db564cb3 (diff)
downloadCMake-be550051056190deb6eaea224669c6e92ea24438.zip
CMake-be550051056190deb6eaea224669c6e92ea24438.tar.gz
CMake-be550051056190deb6eaea224669c6e92ea24438.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 8d35b75..3716110 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-04-18 12:17:46 +0000";
+ std::string cver = "Date: 2006-04-19 12:06:11 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;