We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5159be8 commit 0ba157eCopy full SHA for 0ba157e
2 files changed
CHANGELOG
@@ -1,3 +1,7 @@
1
+v0.12.11
2
+
3
+- Fix CVE-2026-40489
4
5
v0.12.10
6
7
- Make path splitting algorithm UNC-aware (#135)
CMakeLists.txt
@@ -1,7 +1,7 @@
# CMakeLists.txt for core testing in
# editorconfig-core-c.
#
-# Copyright (c) 2011-2025 EditorConfig Team
+# Copyright (c) 2011-2026 EditorConfig Team
# All rights reserved.
# Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@ cmake_policy(VERSION 3.18.4)
31
32
project(editorconfig VERSION "0.12.11" LANGUAGES C)
33
34
-set(PROJECT_VERSION_SUFFIX "-development")
+set(PROJECT_VERSION_SUFFIX "")
35
36
include(GNUInstallDirs)
37
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake_Modules")
0 commit comments