summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-21 09:03:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-05-21 09:03:43 (GMT)
commita7a1e40afadc4e464053da7b604ed707889919d3 (patch)
treeeab7cd8df18c5eeb71a2feb01e255b1d0df7c370
parent7416d0d67dee5d4b294b006c42249ec7348d3ee2 (diff)
downloadCMake-a7a1e40afadc4e464053da7b604ed707889919d3.zip
CMake-a7a1e40afadc4e464053da7b604ed707889919d3.tar.gz
CMake-a7a1e40afadc4e464053da7b604ed707889919d3.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 3402768..a5cab56 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-05-20 06:39:38 +0000";
+ std::string cver = "Date: 2007-05-21 09:03:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;