summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-07 06:31:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-07 06:31:27 (GMT)
commita1d7482548641d6695a1470c9d276288aec058a5 (patch)
treead9076f0ccefb7682e26d512dbdcf069359009c6 /Source
parentbcfc71cc03f111626b14fdec452bb01a69a15e1e (diff)
downloadCMake-a1d7482548641d6695a1470c9d276288aec058a5.zip
CMake-a1d7482548641d6695a1470c9d276288aec058a5.tar.gz
CMake-a1d7482548641d6695a1470c9d276288aec058a5.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 262e3a2..5fe7bfa 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-06 08:28:10 +0000";
+ std::string cver = "Date: 2005-04-07 06:31:27 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;