summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-15 01:51:08 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-15 01:51:08 (GMT)
commitdaacd021fcaa741e88c8cdb1bb55c0d3ffd918da (patch)
tree2c8f8fcf746a97a771481764861867d987e9a96c
parent87e8f718e3ba0bbff835b13129be182da04b3602 (diff)
downloadCMake-daacd021fcaa741e88c8cdb1bb55c0d3ffd918da.zip
CMake-daacd021fcaa741e88c8cdb1bb55c0d3ffd918da.tar.gz
CMake-daacd021fcaa741e88c8cdb1bb55c0d3ffd918da.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 7f093b8..00e12fc 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-03-13 07:57:47 +0000";
+ std::string cver = "Date: 2007-03-15 01:51:08 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;