summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-23 02:33:35 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-23 02:33:35 -0400
commit5cd2892f017ead48c61f43cb01d0a765a95e24c8 (patch)
tree4ef3588c7a0a1e7d965658882b8c43f38bffe600
parent5a32aa5919bd9dab272748c0e0ea12fbcd36436b (diff)
downloadcmake-5cd2892f017ead48c61f43cb01d0a765a95e24c8.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 624e709242..5cd401f83b 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;