summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-04 14:07:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-04 14:07:25 (GMT)
commit8268d16bbb8275564f6650317665600a94c2b716 (patch)
treec2186d7003179efbfac9dafcbae4403b30a9d4d5 /Source/cmVersion.cxx
parent3e6a1f9afa359fc9af442d9e9173dafd24ddf151 (diff)
downloadCMake-8268d16bbb8275564f6650317665600a94c2b716.zip
CMake-8268d16bbb8275564f6650317665600a94c2b716.tar.gz
CMake-8268d16bbb8275564f6650317665600a94c2b716.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 a9c8a6c..dcf0937 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-05-03 12:16:43 +0000";
+ std::string cver = "Date: 2006-05-04 14:07:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;