Skip to content

Commit b7928e9

Browse files
committed
v1.3.3
1 parent 9e3e606 commit b7928e9

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,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.6)
22

3-
project(hv VERSION 1.3.2)
3+
project(hv VERSION 1.3.3)
44

55
option(BUILD_SHARED "build shared library" ON)
66
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 2
11+
#define HV_VERSION_PATCH 3
1212

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

0 commit comments

Comments
 (0)