summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-15 09:40:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-15 09:40:53 (GMT)
commit9fcc458b5ca9225e89bb8ecdded4bbcb348c758c (patch)
tree67aa171e8d390154ea97813208f25cc1d1d1d9e7 /Source/cmVersion.cxx
parentf5887c77e910b1a4ecd798ec927d6e83a773b284 (diff)
downloadCMake-9fcc458b5ca9225e89bb8ecdded4bbcb348c758c.zip
CMake-9fcc458b5ca9225e89bb8ecdded4bbcb348c758c.tar.gz
CMake-9fcc458b5ca9225e89bb8ecdded4bbcb348c758c.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 f4605ca..69a3d96 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-01-13 08:58:15 +0000";
+ std::string cver = "Date: 2005-01-15 09:40:53 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;