diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-18 08:37:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-18 08:37:17 (GMT) |
commit | 314641a40736dafdc06346dc4840763618883e63 (patch) | |
tree | 396bec7cf1536c1aa551d1fd553acf808dc1d0a7 /Source/cmVersion.cxx | |
parent | f6c00e74c29ca35f7311aa6e79b9f363263f2fbd (diff) | |
download | CMake-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.cxx | 2 |
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; |