Skip to content

Commit

Permalink
Start 0.12.10 development (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev authored Jun 17, 2024
1 parent e082c94 commit 2d5b4fe
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
Expand Up @@ -29,9 +29,9 @@
cmake_minimum_required(VERSION 3.16.3)
cmake_policy(VERSION 3.16.3)

project(editorconfig VERSION "0.12.9" LANGUAGES C)
project(editorconfig VERSION "0.12.10" LANGUAGES C)

set(PROJECT_VERSION_SUFFIX "")
set(PROJECT_VERSION_SUFFIX "-development")

include(GNUInstallDirs)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake_Modules")
Expand Down

0 comments on commit 2d5b4fe

Please sign in to comment.