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 238eff8 commit 1112b04Copy full SHA for 1112b04
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.6)
2
3
-project(hv VERSION 1.0.1)
+project(hv VERSION 1.1.0)
4
5
option(BUILD_SHARED "build shared library" ON)
6
option(BUILD_STATIC "build static library" ON)
base/hversion.h
@@ -7,8 +7,8 @@
7
BEGIN_EXTERN_C
8
9
#define HV_VERSION_MAJOR 1
10
-#define HV_VERSION_MINOR 0
11
-#define HV_VERSION_PATCH 1
+#define HV_VERSION_MINOR 1
+#define HV_VERSION_PATCH 0
12
13
#define HV_VERSION_STRING STRINGIFY(HV_VERSION_MAJOR) "." \
14
STRINGIFY(HV_VERSION_MINOR) "." \
0 commit comments