summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-13 20:34:51 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-13 20:35:16 +0200
commitf17e871a86c7be372fc96627f3f9bfec90f4e9bd (patch)
tree53d92f9f4b004d625919989cd9603e48ca4f446d /CMakeLists.txt
parent098367723fa8b4f852e2203225b085ebd901a72f (diff)
downloadayatana-settings-26.6.13.tar.gz
ayatana-settings-26.6.13.tar.bz2
ayatana-settings-26.6.13.zip
Release 26.6.13HEAD26.6.13main
- src/gtk.h: Change icons when Gtk switches to high contrast mode. - Provide both HighContrast and ContrastHigh icons. - Translation updates (thanks to all contributors on hosted.weblate.org).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c275a2e..27d0a85 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.13)
-project (ayatana-settings VERSION 24.10.1 LANGUAGES C)
+project (ayatana-settings VERSION 26.6.13 LANGUAGES C)
if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET (CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)