summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-23 09:57:00 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-23 09:57:00 (GMT)
commitcad1975871b00d9f1bd7adc795816aefe3ab3c73 (patch)
tree8ae9fb94b8c2a18e93bc4a441cfcec811d5e395b /Source/cmVersion.cxx
parent5c3bd0e8e2341c773edce79121f58eae29a28965 (diff)
downloadCMake-cad1975871b00d9f1bd7adc795816aefe3ab3c73.zip
CMake-cad1975871b00d9f1bd7adc795816aefe3ab3c73.tar.gz
CMake-cad1975871b00d9f1bd7adc795816aefe3ab3c73.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 a832ab8..76bb869 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-06-22 09:43:46 +0000";
+ std::string cver = "Date: 2005-06-23 09:57:00 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;