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