Skip to content

Commit 1112b04

Browse files
author
hewei.it
committed
v1.1.0
1 parent 238eff8 commit 1112b04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

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

3-
project(hv VERSION 1.0.1)
3+
project(hv VERSION 1.1.0)
44

55
option(BUILD_SHARED "build shared library" ON)
66
option(BUILD_STATIC "build static library" ON)

base/hversion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
BEGIN_EXTERN_C
88

99
#define HV_VERSION_MAJOR 1
10-
#define HV_VERSION_MINOR 0
11-
#define HV_VERSION_PATCH 1
10+
#define HV_VERSION_MINOR 1
11+
#define HV_VERSION_PATCH 0
1212

1313
#define HV_VERSION_STRING STRINGIFY(HV_VERSION_MAJOR) "." \
1414
STRINGIFY(HV_VERSION_MINOR) "." \

0 commit comments

Comments
 (0)