summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-03 03:00:21 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-11-03 03:00:21 (GMT)
commitc139a096c7cb73a8184b69f20a837d97c00b5a96 (patch)
treef53eade443a37f4f637a9514f795ac32c87d07f2 /Source/cmVersion.cxx
parent5927a261d090cbc15e3d26d24dde5fb7e03e1402 (diff)
downloadCMake-c139a096c7cb73a8184b69f20a837d97c00b5a96.zip
CMake-c139a096c7cb73a8184b69f20a837d97c00b5a96.tar.gz
CMake-c139a096c7cb73a8184b69f20a837d97c00b5a96.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 4c7eb66..0fea501 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-02 02:50:39 +0000";
+ std::string cver = "Date: 2007-11-03 03:00:21 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;