summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-21 11:56:50 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-06-21 11:56:50 (GMT)
commitdfece7aa483260997786c84cf48054655ec6e06b (patch)
tree2c64da103035a00353ff513d312bb1cbb16b6ec9 /Source/cmVersion.cxx
parent7e5509a260a3573d817d6095dc21d40a94fc9fa8 (diff)
downloadCMake-dfece7aa483260997786c84cf48054655ec6e06b.zip
CMake-dfece7aa483260997786c84cf48054655ec6e06b.tar.gz
CMake-dfece7aa483260997786c84cf48054655ec6e06b.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 f4bcad9..35cd633 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-18 13:23:49 +0000";
+ std::string cver = "Date: 2006-06-21 11:56:50 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;