summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-13 08:04:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-05-13 08:04:55 (GMT)
commit9e5315fb5488830543d90da7c72ba012927e7323 (patch)
tree0b86e3a4610b26c164dde8f812e3fa9c88c245ff /Source/cmVersion.cxx
parentbbdfcc581aeea7bf087e30102a934d62c4a15f48 (diff)
downloadCMake-9e5315fb5488830543d90da7c72ba012927e7323.zip
CMake-9e5315fb5488830543d90da7c72ba012927e7323.tar.gz
CMake-9e5315fb5488830543d90da7c72ba012927e7323.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 773622d..8aac578 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-05-12 07:53:15 +0000";
+ std::string cver = "Date: 2005-05-13 08:04:55 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;