summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-28 17:08:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-28 17:08:26 (GMT)
commit95f55515fa6064d862354524d0837a9ba4787f49 (patch)
treeba1d3b13301289f186a08a60c047ecd502339643
parentc95dc91237436b363772c418d4d0d2d1203f6119 (diff)
downloadCMake-95f55515fa6064d862354524d0837a9ba4787f49.zip
CMake-95f55515fa6064d862354524d0837a9ba4787f49.tar.gz
CMake-95f55515fa6064d862354524d0837a9ba4787f49.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 54722ab..7a7759b 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-06-27 08:49:27 +0000";
+ std::string cver = "Date: 2007-06-28 17:08:26 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;