Skip to content

Commit

Permalink
CMake: patchlevel up
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Oct 22, 2023
1 parent a8c1ca3 commit d6a3316
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 @@ -3,7 +3,7 @@ project(gromit-mpx LANGUAGES C)
include(GNUInstallDirs)

set(target_name gromit-mpx)
set(version 1.5.0)
set(version 1.5.1)
set(LOCALE_DOMAIN ${CMAKE_PROJECT_NAME})
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
if(CMAKE_GENERATOR MATCHES "Unix Makefiles|Ninja")
Expand Down

0 comments on commit d6a3316

Please sign in to comment.