From 9c78a2f320c9d32fd4635ea7445dbdeacf056bf9 Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Wed, 27 May 2020 14:36:10 -0700 Subject: [PATCH] update version to 6.3.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00bdde8e1e..8e48afd84e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ # limitations under the License. cmake_minimum_required(VERSION 3.13) project(foundationdb - VERSION 6.3.0 + VERSION 6.3.1 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)