summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-06 23:09:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-06 23:09:40 (GMT)
commit38f68e433a047c580586c291f800fe3e42b6872b (patch)
tree133564a791013fd4e01a039a18195cc2c50ee173 /Source/cmVersion.cxx
parent03ea7bf2e1f432084c9dfe0641299f6c645a2aad (diff)
downloadCMake-38f68e433a047c580586c291f800fe3e42b6872b.zip
CMake-38f68e433a047c580586c291f800fe3e42b6872b.tar.gz
CMake-38f68e433a047c580586c291f800fe3e42b6872b.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index b294dfe..6836d67 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-07-05 19:50:36 +0000";
+ std::string cver = "Date: 2007-07-06 23:09:40 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;