From f7e6c654bde5d9832bede2b48b460c3e1bbbbb92 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Tue, 3 Aug 2021 22:21:05 +0200 Subject: bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b341d057..8ffb52802 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ endif() # PACKAGE_VERSION is used by cpack scripts currently # Both thrift_VERSION and PACKAGE_VERSION should be the same for now -set(thrift_VERSION "0.15.0") +set(thrift_VERSION "0.16.0") set(PACKAGE_VERSION ${thrift_VERSION}) project("thrift" VERSION ${PACKAGE_VERSION}) -- cgit v1.2.1