Skip to content

Commit

Permalink
CMake: patchlevel up
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Aug 1, 2020
1 parent af1d876 commit 40a734a
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
project(gromit-mpx LANGUAGES C)

set(target_name gromit-mpx)
set(version 1.3)
set(version 1.3.1)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
if(CMAKE_GENERATOR MATCHES "Unix Makefiles|Ninja")
# some LSP servers expect compile_commands.json in the project root
Expand Down

0 comments on commit 40a734a

Please sign in to comment.