diff --git a/CMakeLists.txt b/CMakeLists.txt index ef775351..41605be2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "build type") set(CMAKE_SKIP_RPATH TRUE) project(srpc - VERSION 0.9.6 + VERSION 0.9.7 LANGUAGES C CXX) ###Options diff --git a/src/generator/compiler.cc b/src/generator/compiler.cc index 3a4c7ace..d7511c60 100644 --- a/src/generator/compiler.cc +++ b/src/generator/compiler.cc @@ -31,7 +31,7 @@ enum TYPE_THRIFT = 1, }; -const char *SRPC_VERSION = "0.9.6"; +const char *SRPC_VERSION = "0.9.7"; static int check_idl_type(const char *filename); const char *SRPC_GENERATOR_USAGE = "\