Skip to content

Commit 33422f4

Browse files
committed
Set version to v23.3
1 parent 1725076 commit 33422f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ if(MSVC)
4747
endif()
4848

4949
set(CPACK_PACKAGE_VERSION_MAJOR "23")
50-
set(CPACK_PACKAGE_VERSION_MINOR "2")
50+
set(CPACK_PACKAGE_VERSION_MINOR "3")
5151
set(CPACK_PACKAGE_VERSION_PATCH "0")
52-
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "99")
52+
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "0")
5353
set(CPACK_PACKAGE_VENDOR "Nano Currency")
5454

5555
if(CI_BUILD)

0 commit comments

Comments
 (0)