0.10.2 -> 0.10.3

This commit is contained in:
Xie Han 2024-06-25 16:13:52 +08:00
parent 627f69c8d3
commit 8d0658efdf
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "build type")
set(CMAKE_SKIP_RPATH TRUE)
project(srpc
VERSION 0.10.2
VERSION 0.10.3
LANGUAGES C CXX)
###Options

View File

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

View File

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