File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ v0.12.8
2
+
3
+ - Bump CMake requirement to 3.16.3
4
+ - lib/ec_glob: plug leak of nums utarray
1
5
- Clarify the steps of building from source.
2
6
3
7
v0.12.7
Original file line number Diff line number Diff line change 1
1
# CMakeLists.txt for core testing in
2
2
# editorconfig-core-c.
3
3
#
4
- # Copyright (c) 2011-2019 EditorConfig Team
4
+ # Copyright (c) 2011-2024 EditorConfig Team
5
5
# All rights reserved.
6
6
#
7
7
# Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@ cmake_policy(VERSION 3.16.3)
31
31
32
32
project (editorconfig VERSION "0.12.8" LANGUAGES C)
33
33
34
- set (PROJECT_VERSION_SUFFIX "-development " )
34
+ set (PROJECT_VERSION_SUFFIX "" )
35
35
36
36
include (GNUInstallDirs)
37
37
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /CMake_Modules" )
You can’t perform that action at this time.
0 commit comments