summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChris Mumford <cmumford@google.com>2019-03-29 14:36:59 -0700
committerVictor Costan <pwnall@chromium.org>2019-03-29 14:37:39 -0700
commit56178ddaf4d3ba6c8d1cfb218610b1be3f5aa710 (patch)
treeaea5e566b69512b14995d6097e64eb43ad88ffde /CMakeLists.txt
parent35619d248d909b197f68226c7d0a9ff947b82e8a (diff)
downloadleveldb-56178ddaf4d3ba6c8d1cfb218610b1be3f5aa710.tar.gz
Update the version to 1.21 in preparation for a new release.1.21
PiperOrigin-RevId: 241053616
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 934f15a..e471a2a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,6 +3,7 @@
# found in the LICENSE file. See the AUTHORS file for names of contributors.
cmake_minimum_required(VERSION 3.9)
+# Keep the version below in sync with the one in db.h
project(leveldb VERSION 1.21.0 LANGUAGES C CXX)
# This project can use C11, but will gracefully decay down to C89.