Skip to content

Commit

Permalink
Merge pull request #229 from holmes1412/master
Browse files Browse the repository at this point in the history
update version to 0.9.7
  • Loading branch information
Barenboim authored Jun 9, 2022
2 parents cea2271 + 74f556e commit 7a2d5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/generator/compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "\
Expand Down

0 comments on commit 7a2d5a9

Please sign in to comment.