Skip to content

Commit 71770e0

Browse files
committed
feat: upgrade hv version to 1.3.4
1 parent c0197ca commit 71770e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
cmake_policy(SET CMP0077 NEW)
33

4-
project(hv VERSION 1.3.3)
4+
project(hv VERSION 1.3.4)
55

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

base/hversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ BEGIN_EXTERN_C
88

99
#define HV_VERSION_MAJOR 1
1010
#define HV_VERSION_MINOR 3
11-
#define HV_VERSION_PATCH 3
11+
#define HV_VERSION_PATCH 4
1212

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

0 commit comments

Comments
 (0)