summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-17 08:48:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-17 08:48:21 (GMT)
commitc50dabff029b4ea5cd639189d822e3fc76a9e719 (patch)
tree6a1f653ee399a4f89786912791ae6e51d5f245a6
parent0aae2ce6ec7c887bda878beb45956943d8323c22 (diff)
downloadCMake-c50dabff029b4ea5cd639189d822e3fc76a9e719.zip
CMake-c50dabff029b4ea5cd639189d822e3fc76a9e719.tar.gz
CMake-c50dabff029b4ea5cd639189d822e3fc76a9e719.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 52e10f5..f219b5d 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-04-16 08:03:17 +0000";
+ std::string cver = "Date: 2007-04-17 08:48:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;