commit | 8935c98046dbbdd36ede73c1525f1be9df8da5cd | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Fri Jan 25 00:41:17 2019 -0500 |
committer | James E. King III <jking@apache.org> | Fri Jan 25 23:33:54 2019 -0500 |
tree | 478212d599d7d7bdb0404bf4b1a86b75be305ea7 | |
parent | 129bb3e10d7bf1a1965d31cb8f30c7ccd3f96ecb [diff] [blame] |
THRIFT-4753: re-version master to next release 0.13.0
diff --git a/CMakeLists.txt b/CMakeLists.txt index e9ebbab..f0165f8 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 "1.0.0") +set(thrift_VERSION "0.13.0") set(PACKAGE_VERSION ${thrift_VERSION}) project("thrift" VERSION ${PACKAGE_VERSION})