diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-21 07:35:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-21 07:35:16 (GMT) |
commit | 9e2049ffc37d4779d59a9e07115b8645ba8be077 (patch) | |
tree | c449fc58e6790a4b0c964f88f6edb4921397c672 /Source/cmVersion.cxx | |
parent | e015df7d06a2b591571228cba10c5268a8f8fccd (diff) | |
download | CMake-9e2049ffc37d4779d59a9e07115b8645ba8be077.zip CMake-9e2049ffc37d4779d59a9e07115b8645ba8be077.tar.gz CMake-9e2049ffc37d4779d59a9e07115b8645ba8be077.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 ba9442b..fa7e8cf 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: 2006-02-20 08:00:19 +0000"; + std::string cver = "Date: 2006-02-21 07:35:16 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |