diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:34:51 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:35:16 +0200 |
| commit | f17e871a86c7be372fc96627f3f9bfec90f4e9bd (patch) | |
| tree | 53d92f9f4b004d625919989cd9603e48ca4f446d /CMakeLists.txt | |
| parent | 098367723fa8b4f852e2203225b085ebd901a72f (diff) | |
| download | ayatana-settings-26.6.13.tar.gz ayatana-settings-26.6.13.tar.bz2 ayatana-settings-26.6.13.zip | |
- 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.txt | 2 |
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) |
