Skip to content

Commit 6431c2c

Browse files
committed
0.10.3 -> 0.10.4
1 parent 6e64d73 commit 6431c2c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "build type")
33
set(CMAKE_SKIP_RPATH TRUE)
44

55
project(srpc
6-
VERSION 0.10.3
6+
VERSION 0.10.4
77
LANGUAGES C CXX)
88

99
###Options

src/generator/compiler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#include "generator.h"
3131

32-
const char *SRPC_VERSION = "0.10.3";
32+
const char *SRPC_VERSION = "0.10.4";
3333

3434
/* LQ - prototype to determine if the file type is thrift */
3535
enum

tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.6)
22

33
project(srpc-ctl
4-
VERSION 0.10.3
4+
VERSION 0.10.4
55
LANGUAGES C CXX
66
)
77

0 commit comments

Comments
 (0)