diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-16 12:08:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-16 12:08:16 (GMT) |
commit | 4a99b9abf9be33a591d4418f6fe7d1213441005f (patch) | |
tree | fd58d2590cfc47247ca489d639818bae4858a05f | |
parent | c09c3c6bfadb41bd0b43082642ce76abbf02df06 (diff) | |
download | CMake-4a99b9abf9be33a591d4418f6fe7d1213441005f.zip CMake-4a99b9abf9be33a591d4418f6fe7d1213441005f.tar.gz CMake-4a99b9abf9be33a591d4418f6fe7d1213441005f.tar.bz2 |
STYLE: Nightly Version update
-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 9921115..88e9724 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-04-15 12:12:37 +0000"; + std::string cver = "Date: 2006-04-16 12:08:16 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |