summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-09 04:03:35 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-09 04:03:35 (GMT)
commit38d15310a3cee9d55427330bb2afffc49b251548 (patch)
tree4289bf302ee32dcdea545cad033da2958c63d763 /Source/cmVersion.cxx
parent2696f7e0ea694d637ad20a210842849ba238e9a0 (diff)
downloadCMake-38d15310a3cee9d55427330bb2afffc49b251548.zip
CMake-38d15310a3cee9d55427330bb2afffc49b251548.tar.gz
CMake-38d15310a3cee9d55427330bb2afffc49b251548.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 5c87bd1..eddc35f 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-11-08 04:08:44 +0000";
+ std::string cver = "Date: 2007-11-09 04:03:35 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;