summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-01 08:20:03 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-01 08:20:03 (GMT)
commitc7873ad44ad3a16dbc9a5207291193da1a15e6a9 (patch)
tree61d1683024a6af2592f667fefad055e39d960400
parent5f1db8b24906fbf8441b4bb1e0c9f343bec6bb30 (diff)
downloadCMake-c7873ad44ad3a16dbc9a5207291193da1a15e6a9.zip
CMake-c7873ad44ad3a16dbc9a5207291193da1a15e6a9.tar.gz
CMake-c7873ad44ad3a16dbc9a5207291193da1a15e6a9.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 8c6d8e6..574b181 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: 2007-04-30 03:33:25 +0000";
+ std::string cver = "Date: 2007-05-01 08:20:03 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;