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})