Skip to content

Commit 0ba157e

Browse files
authored
Release 0.12.11 (#154)
1 parent 5159be8 commit 0ba157e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.12.11
2+
3+
- Fix CVE-2026-40489
4+
15
v0.12.10
26

37
- Make path splitting algorithm UNC-aware (#135)

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CMakeLists.txt for core testing in
22
# editorconfig-core-c.
33
#
4-
# Copyright (c) 2011-2025 EditorConfig Team
4+
# Copyright (c) 2011-2026 EditorConfig Team
55
# All rights reserved.
66
#
77
# Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@ cmake_policy(VERSION 3.18.4)
3131

3232
project(editorconfig VERSION "0.12.11" LANGUAGES C)
3333

34-
set(PROJECT_VERSION_SUFFIX "-development")
34+
set(PROJECT_VERSION_SUFFIX "")
3535

3636
include(GNUInstallDirs)
3737
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMake_Modules")

0 commit comments

Comments
 (0)