From 8ad178680b7b3ed96fa0ac1fec4383f49c665063 Mon Sep 17 00:00:00 2001 From: holmes1412 Date: Sat, 5 Feb 2022 22:16:20 +0800 Subject: [PATCH] update version to 0.9.6 --- CMakeLists.txt | 2 +- src/generator/compiler.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4530e5ae..faee072b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.6) set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "build type") project(srpc - VERSION 0.9.5 + VERSION 0.9.6 LANGUAGES C CXX) #### CHECK diff --git a/src/generator/compiler.cc b/src/generator/compiler.cc index fecc3b0b..3a4c7ace 100644 --- a/src/generator/compiler.cc +++ b/src/generator/compiler.cc @@ -31,7 +31,7 @@ enum TYPE_THRIFT = 1, }; -const char *SRPC_VERSION = "0.9.5"; +const char *SRPC_VERSION = "0.9.6"; static int check_idl_type(const char *filename); const char *SRPC_GENERATOR_USAGE = "\