summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-16 12:12:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-16 12:12:19 (GMT)
commit93f8880ca12817d5fb23b79c0efb91b73893eaae (patch)
tree27b2c35065db7c4a1b0b1dd71c925815126f1d7c /Source
parent276e7e21a3bfa862ca5f966fbba5ed6390fcf1ae (diff)
downloadCMake-93f8880ca12817d5fb23b79c0efb91b73893eaae.zip
CMake-93f8880ca12817d5fb23b79c0efb91b73893eaae.tar.gz
CMake-93f8880ca12817d5fb23b79c0efb91b73893eaae.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 be5c6f8..831ea39 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-15 11:56:21 +0000";
+ std::string cver = "Date: 2006-08-16 12:12:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;