Explorar el Código

update version 0.10.0 -> 0.10.1

holmes1412 hace 4 meses
padre
commit
dfecdae207
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  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.0
+	VERSION 0.10.1
 	LANGUAGES C CXX)
 	
 ###Options

+ 1 - 1
src/generator/compiler.cc

@@ -29,7 +29,7 @@
 
 #include "generator.h"
 
-const char *SRPC_VERSION = "0.10.0";
+const char *SRPC_VERSION = "0.10.1";
 
 /* 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.0
+		VERSION 0.10.1
 		LANGUAGES C CXX
 )