Skip to content

Commit

Permalink
v1.3.2 Happy 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
ithewei committed Oct 24, 2023
1 parent 1e3c03e commit dd2bb95
Show file tree
Hide file tree
Showing 3 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.3.1)
project(hv VERSION 1.3.2)

option(BUILD_SHARED "build shared library" ON)
option(BUILD_STATIC "build static library" ON)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ LDFLAGS += $(addprefix -L, $(LIBDIRS))
LDFLAGS += $(addprefix -l, $(LIBS))

ifeq ($(OS), Windows)
LDFLAGS += -lwinmm -liphlpapi -lws2_32
LDFLAGS += -lsecur32 -lcrypt32 -lwinmm -liphlpapi -lws2_32
ifeq ($(ENABLE_WINDUMP), yes)
CPPFLAGS += -DENABLE_WINDUMP
LDFLAGS += -ldbghelp
Expand Down
2 changes: 1 addition & 1 deletion base/hversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BEGIN_EXTERN_C

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

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

0 comments on commit dd2bb95

Please sign in to comment.