summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-03 12:11:59 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-03 12:11:59 (GMT)
commite647052d4986de9cbe852faa1d79c03147cea13a (patch)
treeb776ea4d0f59ca886c6541e2adbfc8dbd1852496 /Source/cmVersion.cxx
parent15a2b5b4e56d25c93f1e8c151ce2d6f5e2d2e146 (diff)
downloadCMake-e647052d4986de9cbe852faa1d79c03147cea13a.zip
CMake-e647052d4986de9cbe852faa1d79c03147cea13a.tar.gz
CMake-e647052d4986de9cbe852faa1d79c03147cea13a.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 ca70403..b4caa04 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-02 11:51:57 +0000";
+ std::string cver = "Date: 2006-08-03 12:11:59 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;