summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-11 07:55:30 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-11 07:55:30 (GMT)
commit0f0c1bf04175d8092d0a5e224e60e718328e7b03 (patch)
tree640b82b7b07bb257ba6d8b38a906d26655e0e9ec /Source
parent858a5131dcafb06696cbf3f07143d441e4bab065 (diff)
downloadCMake-0f0c1bf04175d8092d0a5e224e60e718328e7b03.zip
CMake-0f0c1bf04175d8092d0a5e224e60e718328e7b03.tar.gz
CMake-0f0c1bf04175d8092d0a5e224e60e718328e7b03.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 e93097d..5187184 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-05-10 07:52:28 +0000";
+ std::string cver = "Date: 2005-05-11 07:55:30 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;