Skip to content

Commit

Permalink
Start v0.12.8 development
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Mar 30, 2024
1 parent fd8cf1e commit 9fe052c
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.5.1)
cmake_policy(VERSION 3.5.1)

project(editorconfig VERSION "0.12.7" LANGUAGES C)
project(editorconfig VERSION "0.12.8" 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 9fe052c

Please sign in to comment.