Merge pull request #2267 from mpilman/bugfixes/fix-version

fixed cmake version
This commit is contained in:
A.J. Beamon 2019-10-21 11:42:01 -07:00 committed by GitHub
commit c25f6b8ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
# limitations under the License.
cmake_minimum_required(VERSION 3.12)
project(foundationdb
VERSION 6.2.6
VERSION 6.2.7
DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions."
HOMEPAGE_URL "http://www.foundationdb.org/"
LANGUAGES C CXX ASM)