Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ithewei committed Nov 11, 2022
1 parent 8fd47be commit 3a67fe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.6)

project(hv VERSION 1.2.6)
project(hv VERSION 1.3.0)

option(BUILD_SHARED "build shared library" ON)
option(BUILD_STATIC "build static library" ON)
Expand Down
4 changes: 2 additions & 2 deletions base/hversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
BEGIN_EXTERN_C

#define HV_VERSION_MAJOR 1
#define HV_VERSION_MINOR 2
#define HV_VERSION_PATCH 6
#define HV_VERSION_MINOR 3
#define HV_VERSION_PATCH 0

#define HV_VERSION_STRING STRINGIFY(HV_VERSION_MAJOR) "." \
STRINGIFY(HV_VERSION_MINOR) "." \
Expand Down

0 comments on commit 3a67fe5

Please sign in to comment.