Selaa lähdekoodia

Merge pull request #368 from holmes1412/master

Update workflow submodule and version to 0.10.2
liyingxin 2 kuukautta sitten
vanhempi
commit
d73e3f4c77
5 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 1 1
      CMakeLists.txt
  2. 1 1
      WORKSPACE
  3. 1 1
      src/generator/compiler.cc
  4. 1 1
      tools/CMakeLists.txt
  5. 1 1
      workflow

+ 1 - 1
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.1
+	VERSION 0.10.2
 	LANGUAGES C CXX)
 	
 ###Options

+ 1 - 1
WORKSPACE

@@ -18,7 +18,7 @@ rules_proto_toolchains()
 
 git_repository(
     name = "workflow",
-    commit = "c7dc253cf6415f05c7e41b794af4b168174e08e0",
+    commit = "a9485f9f37912e144e21a51ec8c873b293c259c9",
     remote = "https://github.com/sogou/workflow.git")
 
 new_git_repository(

+ 1 - 1
src/generator/compiler.cc

@@ -29,7 +29,7 @@
 
 #include "generator.h"
 
-const char *SRPC_VERSION = "0.10.1";
+const char *SRPC_VERSION = "0.10.2";
 
 /* LQ - prototype to determine if the file type is thrift */
 enum

+ 1 - 1
tools/CMakeLists.txt

@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.6)
 
 project(srpc-ctl
-		VERSION 0.10.1
+		VERSION 0.10.2
 		LANGUAGES C CXX
 )
 

+ 1 - 1
workflow

@@ -1 +1 @@
-Subproject commit c7dc253cf6415f05c7e41b794af4b168174e08e0
+Subproject commit a9485f9f37912e144e21a51ec8c873b293c259c9