summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-03 03:18:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-03 03:18:32 (GMT)
commit1c508b94ae680fc137638d75dee767505522665a (patch)
tree7cfa07177648b6291db09fc3513a269a2636f266 /Source/cmVersion.cxx
parentf32aa8f296dc09ea8341d00702e61a4c0e3e9dbc (diff)
downloadCMake-1c508b94ae680fc137638d75dee767505522665a.zip
CMake-1c508b94ae680fc137638d75dee767505522665a.tar.gz
CMake-1c508b94ae680fc137638d75dee767505522665a.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 2d1ee31..2b0ed7c 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-08-02 03:12:01 +0000";
+ std::string cver = "Date: 2007-08-03 03:18:32 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;