Skip to content

Commit

Permalink
Merge pull request #305 from holmes1412/cmake-3.26
Browse files Browse the repository at this point in the history
update version 0.9.8 -> 0.10.0
  • Loading branch information
holmes1412 authored Apr 19, 2023
2 parents dbeb9ab + c00f29c commit 6fbdb5a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.8
VERSION 0.10.0
LANGUAGES C CXX)

###Options
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rules_proto_toolchains()

git_repository(
name = "workflow",
commit = "891b31e437f67586adf6b71178e857b0c9330ddf",
commit = "61dca8e699856eeff1ea59780c50669ab1dd4a88",
remote = "https://github.com/sogou/workflow.git")

new_git_repository(
Expand Down
2 changes: 1 addition & 1 deletion src/generator/compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "generator.h"

const char *SRPC_VERSION = "0.9.8";
const char *SRPC_VERSION = "0.10.0";

/* LQ - prototype to determine if the file type is thrift */
enum
Expand Down
2 changes: 1 addition & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.6)

project(srpc-ctl
VERSION 0.9.8
VERSION 0.10.0
LANGUAGES C CXX
)

Expand Down

0 comments on commit 6fbdb5a

Please sign in to comment.