We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0197ca commit 71770e0Copy full SHA for 71770e0
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.6)
2
cmake_policy(SET CMP0077 NEW)
3
4
-project(hv VERSION 1.3.3)
+project(hv VERSION 1.3.4)
5
6
option(BUILD_SHARED "build shared library" ON)
7
option(BUILD_STATIC "build static library" ON)
base/hversion.h
@@ -8,7 +8,7 @@ BEGIN_EXTERN_C
8
9
#define HV_VERSION_MAJOR 1
10
#define HV_VERSION_MINOR 3
11
-#define HV_VERSION_PATCH 3
+#define HV_VERSION_PATCH 4
12
13
#define HV_VERSION_STRING STRINGIFY(HV_VERSION_MAJOR) "." \
14
STRINGIFY(HV_VERSION_MINOR) "." \
0 commit comments