summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-08 09:09:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-08 09:09:12 (GMT)
commit840c91700bf7c0ee0cf06ca677f2b9a35a2fd1d2 (patch)
treefc83b876fefae6ba8046bfa643cec1e5e7829571 /Source/cmVersion.cxx
parentccac51a5cb904e675db7306b19cf3ce946d7b4ae (diff)
downloadCMake-840c91700bf7c0ee0cf06ca677f2b9a35a2fd1d2.zip
CMake-840c91700bf7c0ee0cf06ca677f2b9a35a2fd1d2.tar.gz
CMake-840c91700bf7c0ee0cf06ca677f2b9a35a2fd1d2.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 6205ebd..a65c527 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: 2005-10-07 09:26:13 +0000";
+ std::string cver = "Date: 2005-10-08 09:09:12 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;