summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-13 11:52:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-13 11:52:29 (GMT)
commitab62cdd30fe667526023d368ffb7e84bab81774c (patch)
treec29e2436391ece76628bffb3c4e1c8be6450ecc4 /Source
parent35655901ff11a68ef44edf0d16ec290198eeb3d0 (diff)
downloadCMake-ab62cdd30fe667526023d368ffb7e84bab81774c.zip
CMake-ab62cdd30fe667526023d368ffb7e84bab81774c.tar.gz
CMake-ab62cdd30fe667526023d368ffb7e84bab81774c.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 4acc073..7f187e9 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: 2006-08-12 11:53:07 +0000";
+ std::string cver = "Date: 2006-08-13 11:52:29 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;