From e02559fd46b07035a4a41c9d2604765756e3745b Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Thu, 17 Oct 2019 00:11:59 +0200 Subject: bump version This closes #1899 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1880b790b..f2e682ac2 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.13.0") +set(thrift_VERSION "0.14.0") set(PACKAGE_VERSION ${thrift_VERSION}) project("thrift" VERSION ${PACKAGE_VERSION}) -- cgit v1.2.1