Bump version
Alpine 3.24 Success
Alpine 3.24 aarch64 Success
Arch Linux AUR Success
OpenBSD 7.8 Success

This commit is contained in:
2026-08-04 06:23:02 +02:00
parent 338572806b
commit 8556ea1588
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# target_compile_features has been introduced in that version
cmake_minimum_required (VERSION 3.1...3.27)
project (sdn VERSION 1.1 LANGUAGES CXX)
project (sdn VERSION 1.2 LANGUAGES CXX)
if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU")
set (CMAKE_CXX_FLAGS
+1 -1
View File
@@ -1,4 +1,4 @@
Unreleased
1.2.0 (2026-08-04)
* Added a configurable status bar template, also replacing the "cwd" attribute.