Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
biscuitcakes committed Oct 10, 2024
1 parent 5103479 commit f5164b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.22.1)
project(firelight
VERSION 0.5.1
VERSION 0.6.0
DESCRIPTION "An emulation frontend that just works"
# HOMEPAGE_URL ""
LANGUAGES CXX
Expand Down Expand Up @@ -324,7 +324,7 @@ set(CPACK_PACKAGE_INSTALL_DIRECTORY, "firelight")
set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR})
set(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH})
set(CPACK_PACKAGE_VERSION "0.5.1")
set(CPACK_PACKAGE_VERSION "0.6.0")


#set(CPACK_RESOURCE_FILE_LICENSE, "C:/msys64/mingw64/share/cmake/Templates/ALEX.txt")
Expand Down

0 comments on commit f5164b5

Please sign in to comment.