summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-16 09:50:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-16 09:50:09 (GMT)
commit67c4e66845c44bbdc4a4242e264672c5363bb5c1 (patch)
treeab3b431bfdf99fb8b8dd4e230fc904fbbfead9c3 /Source/cmVersion.cxx
parent63a34874d5a7be2136491fbc301221804d9a8ccb (diff)
downloadCMake-67c4e66845c44bbdc4a4242e264672c5363bb5c1.zip
CMake-67c4e66845c44bbdc4a4242e264672c5363bb5c1.tar.gz
CMake-67c4e66845c44bbdc4a4242e264672c5363bb5c1.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 248dffc..99259a2 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-15 09:42:41 +0000";
+ std::string cver = "Date: 2005-06-16 09:50:09 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;