Skip to content

Commit

Permalink
Merge pull request #162 from holmes1412/master
Browse files Browse the repository at this point in the history
update version to 0.9.6
  • Loading branch information
holmes1412 authored Feb 5, 2022
2 parents 93eb466 + 8ad1786 commit bfd0112
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6)
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "build type")

project(srpc
VERSION 0.9.5
VERSION 0.9.6
LANGUAGES C CXX)

#### CHECK
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.5";
const char *SRPC_VERSION = "0.9.6";

static int check_idl_type(const char *filename);
const char *SRPC_GENERATOR_USAGE = "\
Expand Down

0 comments on commit bfd0112

Please sign in to comment.