summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-03 08:03:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-03 08:03:58 (GMT)
commitd77b861939b44eb0015356835bef892d1b0fc0d9 (patch)
treeb4f888fdafbc59cf2706c09b525f936d2c17912f
parentd56bed98d7d8868a739dddb76bef357b152ad4d1 (diff)
downloadCMake-d77b861939b44eb0015356835bef892d1b0fc0d9.zip
CMake-d77b861939b44eb0015356835bef892d1b0fc0d9.tar.gz
CMake-d77b861939b44eb0015356835bef892d1b0fc0d9.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 8760edd..87531f6 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-06-02 08:02:51 +0000";
+ std::string cver = "Date: 2005-06-03 08:03:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;