From c75646a359e4bb38ff11e4b7255a3ad49ab3319c Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Tue, 30 Aug 2022 22:54:32 +0200 Subject: version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7119628b3..859d94432 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.17.0") +set(thrift_VERSION "0.18.0") set(PACKAGE_VERSION ${thrift_VERSION}) project("thrift" VERSION ${PACKAGE_VERSION}) -- cgit v1.2.1