Skip to content

Commit

Permalink
Swap the major and minor version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullCGT authored Jan 17, 2024
1 parent cf45e9d commit 985b765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set(PROJECT_NAME zenzizenzizenzic_ncurses)
set(PROJECT_VENDOR Kestrel Gregorich-Trevor)
set(PROJECT_DESCRIPTION A roguelike about fighting games.)
set(ZZZZZZ_DESKTOP_DIR /usr/share/applications)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
SET(VERSION_PATCH 0)
SET(RELEASE_TYPE "alpha")

Expand Down Expand Up @@ -69,4 +69,4 @@ set(CPACK_PACKAGE_VERSION_PATCH "${VERSION_PATCH}")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
set(CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/README.md")
set(CPACK_PACKAGE_EXECUTABLES "zenzizenzizenzic_ncurses;ZZZZZZ")
include(CPack)
include(CPack)

0 comments on commit 985b765

Please sign in to comment.