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 9e3e606 commit b7928e9Copy full SHA for b7928e9
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.6)
2
3
-project(hv VERSION 1.3.2)
+project(hv VERSION 1.3.3)
4
5
option(BUILD_SHARED "build shared library" ON)
6
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 2
+#define HV_VERSION_PATCH 3
12
13
#define HV_VERSION_STRING STRINGIFY(HV_VERSION_MAJOR) "." \
14
STRINGIFY(HV_VERSION_MINOR) "." \
0 commit comments