summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-18 08:37:17 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-18 08:37:17 (GMT)
commit314641a40736dafdc06346dc4840763618883e63 (patch)
tree396bec7cf1536c1aa551d1fd553acf808dc1d0a7 /Source/cmVersion.cxx
parentf6c00e74c29ca35f7311aa6e79b9f363263f2fbd (diff)
downloadCMake-314641a40736dafdc06346dc4840763618883e63.zip
CMake-314641a40736dafdc06346dc4840763618883e63.tar.gz
CMake-314641a40736dafdc06346dc4840763618883e63.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 44ee268..d8eaa85 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-10-17 08:45:16 +0000";
+ std::string cver = "Date: 2005-10-18 08:37:17 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;