diff --git a/CMakeLists.txt b/CMakeLists.txt index c550daf..9656be7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_CXX_VISIBILITY_PRESET hidden) set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) -add_definitions(-DVECTOR_VERSION="1.3.0") +add_definitions(-DVECTOR_VERSION="1.3.1") add_definitions(-DCPPHTTPLIB_OPENSSL_SUPPORT=1) add_subdirectory(extern/afv-native) diff --git a/bundle_windows.nsi b/bundle_windows.nsi index ef11457..1aff762 100644 --- a/bundle_windows.nsi +++ b/bundle_windows.nsi @@ -13,7 +13,7 @@ # These three must be integers !define VERSIONMAJOR 1 !define VERSIONMINOR 3 -!define VERSIONBUILD 0 +!define VERSIONBUILD 1 # These will be displayed by the "Click here for support information" link in "Add/Remove Programs" # It is possible to use "mailto:" links in here to open the email client !define HELPURL "https://github.com/pierr3/VectorAudio" # "Support Information" link