diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e9ae4f0..be13c23b 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.8 + VERSION 0.10.0 LANGUAGES C CXX) ###Options diff --git a/WORKSPACE b/WORKSPACE index 847e1d62..343d1ab7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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( diff --git a/src/generator/compiler.cc b/src/generator/compiler.cc index 58a23ad7..1b88a008 100644 --- a/src/generator/compiler.cc +++ b/src/generator/compiler.cc @@ -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 diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 67a783d2..3baddd67 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.6) project(srpc-ctl - VERSION 0.9.8 + VERSION 0.10.0 LANGUAGES C CXX ) diff --git a/workflow b/workflow index 891b31e4..61dca8e6 160000 --- a/workflow +++ b/workflow @@ -1 +1 @@ -Subproject commit 891b31e437f67586adf6b71178e857b0c9330ddf +Subproject commit 61dca8e699856eeff1ea59780c50669ab1dd4a88