diff --git a/Makefile b/Makefile index 67f5bdf..9938bab 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,7 @@ $(info [INFO] -> Updated CXXFLAGS to "$(CXXFLAGS)") $(info [INFO] -> LIBS was "$(LIBS)") -LIBS := -lz -lm -lbz2 -llzma -lcurl -lpthread $(THIS_LIBHTS) $(THIS_CRYPTOLIB) +LIBS := $(THIS_LIBHTS) $(THIS_CRYPTOLIB) -lz -lm -lbz2 -llzma -lcurl -lpthread $(info [INFO] -> Updated LIBS to "$(LIBS)") $(info ) @@ -204,7 +204,7 @@ FLAGS := $(CPPFLAGS) $(CXXFLAGS) # Versioning -VERSION = v0.4 +VERSION = v0.4.1 ifneq ($(wildcard .git),) VERSION := $(VERSION)-$(shell git describe --always)