summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-29 13:40:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-08-29 13:40:25 (GMT)
commit8a761b8f96942fe586bb932fbe840a4679a35705 (patch)
treea90ffd20088d9734d0eb7caba145f08024dddc85 /Source/cmVersion.cxx
parent005e3b1f862d12f3df53ba9d773f12d30b371281 (diff)
downloadCMake-8a761b8f96942fe586bb932fbe840a4679a35705.zip
CMake-8a761b8f96942fe586bb932fbe840a4679a35705.tar.gz
CMake-8a761b8f96942fe586bb932fbe840a4679a35705.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 c13b754..3b02575 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-28 12:55:52 +0000";
+ std::string cver = "Date: 2006-08-29 13:40:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;