From 692df4d7f5e20418e5ac92d0863ca39e30947dca Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Tue, 20 Aug 2019 15:54:29 -0700 Subject: [PATCH] Update CMakeLists.txt Co-Authored-By: Alex Miller <35046903+alexmiller-apple@users.noreply.github.com> --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49ce79af38..a1aa4c7335 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.12) project(foundationdb - VERSION 6.2.2 + VERSION 6.2.0 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)