summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-22 07:03:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-22 07:03:38 (GMT)
commite4092a2a7a7bf1fc1c6b27a20ee869dc03086227 (patch)
treedc78cf28f28c99b08060629377ec83d6313efd8e /Source
parentdadd974d976cdf1311c4fb4d909d521e527c0cca (diff)
downloadCMake-e4092a2a7a7bf1fc1c6b27a20ee869dc03086227.zip
CMake-e4092a2a7a7bf1fc1c6b27a20ee869dc03086227.tar.gz
CMake-e4092a2a7a7bf1fc1c6b27a20ee869dc03086227.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 c913c6f..7586402 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-04-21 06:50:28 +0000";
+ std::string cver = "Date: 2005-04-22 07:03:38 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;