Skip to content

Commit

Permalink
Linux: wrong DEB file version name
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Sep 17, 2024
1 parent f28a1b4 commit 4e4a923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ elseif(UNIX AND NOT APPLE)
endif()

message(STATUS "CMAKE_INSTALL_PREFIX is set to ${CMAKE_INSTALL_PREFIX}")
set(CODELITE_VERSION "17.11.0")
set(CODELITE_VERSION "17.12.0")

# for now, we keep wxCrafter version to be the same as CodeLite version this allows for better support
set(WXCRAFTER_VERSION ${CODELITE_VERSION})
Expand Down

0 comments on commit 4e4a923

Please sign in to comment.