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 063c266 commit 8d14d1aCopy full SHA for 8d14d1a
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.6)
2
3
-project(hv VERSION 1.2.5)
+project(hv VERSION 1.2.6)
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 2
11
-#define HV_VERSION_PATCH 5
+#define HV_VERSION_PATCH 6
12
13
#define HV_VERSION_STRING STRINGIFY(HV_VERSION_MAJOR) "." \
14
STRINGIFY(HV_VERSION_MINOR) "." \
0 commit comments