Skip to content

Commit

Permalink
Release v0.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Jun 12, 2024
1 parent 50d25f1 commit 732eb92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.12.8

- Bump CMake requirement to 3.16.3
- lib/ec_glob: plug leak of nums utarray
- Clarify the steps of building from source.

v0.12.7
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CMakeLists.txt for core testing in
# editorconfig-core-c.
#
# Copyright (c) 2011-2019 EditorConfig Team
# Copyright (c) 2011-2024 EditorConfig Team
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -31,7 +31,7 @@ cmake_policy(VERSION 3.16.3)

project(editorconfig VERSION "0.12.8" 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 732eb92

Please sign in to comment.