summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-07 02:22:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-03-07 02:22:01 (GMT)
commitc0ee3693798bdaf30dcfb66e67e2c08b0fbc3c53 (patch)
tree1be623cd276200702a16e174b484273390d1dc35
parent820aa6b961a16af55959a870491b7521d39ff8ca (diff)
downloadCMake-c0ee3693798bdaf30dcfb66e67e2c08b0fbc3c53.zip
CMake-c0ee3693798bdaf30dcfb66e67e2c08b0fbc3c53.tar.gz
CMake-c0ee3693798bdaf30dcfb66e67e2c08b0fbc3c53.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 fa74722..2067c5b 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-06 02:23:34 +0000";
+ std::string cver = "Date: 2007-03-07 02:22:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;