summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-27 07:00:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-02-27 07:00:17 (GMT)
commitac99baa44d985ddbf6f767090c49583bdd8f1aa4 (patch)
tree4236789c0f31329faeb449483a842ab811cd9662
parentf86af9081dcc241dd5da807e192dab4efe1beb55 (diff)
downloadCMake-ac99baa44d985ddbf6f767090c49583bdd8f1aa4.zip
CMake-ac99baa44d985ddbf6f767090c49583bdd8f1aa4.tar.gz
CMake-ac99baa44d985ddbf6f767090c49583bdd8f1aa4.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 27810b8..8b0ccef 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: 2006-02-26 07:00:59 +0000";
+ std::string cver = "Date: 2006-02-27 07:00:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;