Skip to content

Commit

Permalink
Set version to v23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiganos committed Jun 10, 2022
1 parent 1725076 commit 33422f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -47,9 +47,9 @@ if(MSVC)
endif()

set(CPACK_PACKAGE_VERSION_MAJOR "23")
set(CPACK_PACKAGE_VERSION_MINOR "2")
set(CPACK_PACKAGE_VERSION_MINOR "3")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "99")
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "0")
set(CPACK_PACKAGE_VENDOR "Nano Currency")

if(CI_BUILD)
Expand Down

0 comments on commit 33422f4

Please sign in to comment.