Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jul 21, 2023
1 parent 509c8ba commit d02a626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bundle_windows.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d02a626

Please sign in to comment.