From 3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Thu, 11 Feb 2021 23:17:45 +0100 Subject: Version number aligned to 0.15.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 127ceaf26..4ea71cc54 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.14.0") +set(thrift_VERSION "0.15.0") set(PACKAGE_VERSION ${thrift_VERSION}) project("thrift" VERSION ${PACKAGE_VERSION}) -- cgit v1.2.1