Browse Source

Update version 0.10.1 -> 0.10.2

holmes1412 1 month ago
parent
commit
4b2b8db1e7
3 changed files with 3 additions and 3 deletions
  1. 1 1
      CMakeLists.txt
  2. 1 1
      src/generator/compiler.cc
  3. 1 1
      tools/CMakeLists.txt

+ 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
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
 )