summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-07 12:11:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-07 12:11:49 (GMT)
commit60936bab91d09b37969c27598d2f9e0ab0842ddc (patch)
tree624805bedfa6e3c729f0292371d0ea7984560ddc /Source
parentd103721ac17ad8b95df407453206a158417d0e29 (diff)
downloadCMake-60936bab91d09b37969c27598d2f9e0ab0842ddc.zip
CMake-60936bab91d09b37969c27598d2f9e0ab0842ddc.tar.gz
CMake-60936bab91d09b37969c27598d2f9e0ab0842ddc.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 434e152..73120ee 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-06 11:57:00 +0000";
+ std::string cver = "Date: 2006-08-07 12:11:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;