diff --git a/CMakeLists.txt b/CMakeLists.txt index b14e2f8f..6c1aafcd 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.10.0 + VERSION 0.10.1 LANGUAGES C CXX) ###Options diff --git a/src/generator/compiler.cc b/src/generator/compiler.cc index ab61df25..99833958 100644 --- a/src/generator/compiler.cc +++ b/src/generator/compiler.cc @@ -29,7 +29,7 @@ #include "generator.h" -const char *SRPC_VERSION = "0.10.0"; +const char *SRPC_VERSION = "0.10.1"; /* LQ - prototype to determine if the file type is thrift */ enum diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 3baddd67..f866a7f1 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.6) project(srpc-ctl - VERSION 0.10.0 + VERSION 0.10.1 LANGUAGES C CXX )