summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-05 11:25:07 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-05 11:25:07 (GMT)
commita70e73a114220c67eed00789929e362c97d9ad0a (patch)
tree9367835a2992321ddcdd8f6a0d55945194ca5730 /Source
parent1917b8cba2671bea0b610a72dd0cf14584c32dcc (diff)
downloadCMake-a70e73a114220c67eed00789929e362c97d9ad0a.zip
CMake-a70e73a114220c67eed00789929e362c97d9ad0a.tar.gz
CMake-a70e73a114220c67eed00789929e362c97d9ad0a.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 e364c0e..ad6e554 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-06-04 11:22:17 +0000";
+ std::string cver = "Date: 2006-06-05 11:25:07 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;