summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-23 06:33:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-23 06:33:35 (GMT)
commit5cd2892f017ead48c61f43cb01d0a765a95e24c8 (patch)
tree4ef3588c7a0a1e7d965658882b8c43f38bffe600 /Source
parent5a32aa5919bd9dab272748c0e0ea12fbcd36436b (diff)
downloadCMake-5cd2892f017ead48c61f43cb01d0a765a95e24c8.zip
CMake-5cd2892f017ead48c61f43cb01d0a765a95e24c8.tar.gz
CMake-5cd2892f017ead48c61f43cb01d0a765a95e24c8.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 624e709..5cd401f 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-22 06:34:44 +0000";
+ std::string cver = "Date: 2007-03-23 06:33:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;