commit | e02559fd46b07035a4a41c9d2604765756e3745b | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Thu Oct 17 00:11:59 2019 +0200 |
committer | Jens Geyer <jensg@apache.org> | Thu Oct 17 20:31:24 2019 +0200 |
tree | ce35eb9b933d8dac1633a62768eeb95cf368abb2 | |
parent | a3fa0d928f7647aa6007e16ac81d76a3b5183d2c [diff] [blame] |
bump version This closes #1899
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1880b79..f2e682a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -28,7 +28,7 @@ # 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})