Skip to content

Commit

Permalink
Release v0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Mar 30, 2024
1 parent 6d2f81b commit fd8cf1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v0.12.7

- Fix pointer overflow in STRING_CAT.
- Fix a few more stack buffer overflows.
- Add license for FindPcre2 from LuaDist.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cmake_policy(VERSION 3.5.1)

project(editorconfig VERSION "0.12.7" LANGUAGES C)

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

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

0 comments on commit fd8cf1e

Please sign in to comment.