summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-27 04:08:43 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-27 04:08:43 -0400
commitf0ed6737b1f2354d441328424d1702810c8545c4 (patch)
tree062f60fa29f02f55f8ed39d28a277bc002aa1519
parentef013caeb1c3a4893932b69019cc2f3324253ced (diff)
downloadcmake-f0ed6737b1f2354d441328424d1702810c8545c4.tar.gz
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 40b10a3602..7fcf9d9457 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-26 08:09:34 +0000";
+ std::string cver = "Date: 2005-05-27 08:08:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;