diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-10 07:26:11 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-10 07:26:11 (GMT) |
commit | 21acffc617075ea1b0782080e7c73db8c7115559 (patch) | |
tree | 8bc2f1a1a0f8b19a55f0b63cdc0e5b4fc7373ee1 /Source/cmVersion.cxx | |
parent | b81639cf90608912129441566d435c8841c8b58b (diff) | |
download | CMake-21acffc617075ea1b0782080e7c73db8c7115559.zip CMake-21acffc617075ea1b0782080e7c73db8c7115559.tar.gz CMake-21acffc617075ea1b0782080e7c73db8c7115559.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 167a91a..2c7992f 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-03-09 07:26:04 +0000"; + std::string cver = "Date: 2005-03-10 07:26:11 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |