diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:10:35 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:11:01 +0200 |
| commit | 51f72d2904f09bb1690afc55e89604f4275fa2d4 (patch) | |
| tree | 3ce74d8ab5c7f4740c4d24f995667ccdab845c29 /CMakeLists.txt | |
| parent | c4c5f3fb7288a72c2923321efbf9b4790ffedfbe (diff) | |
| download | ayatana-indicator-application-26.6.0.tar.gz ayatana-indicator-application-26.6.0.tar.bz2 ayatana-indicator-application-26.6.0.zip | |
- src/ayatana-application-service-marshal.list: Replace deprecated
BOOL token.
- src/indicator-application.c: Replace deprecated
gtk_widget_get_style.
- Allow the service to handle tooltips.
- Allow the service to handle both legacy menus and the new GMenu.
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 9b6105b..d221fca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ pkg_check_modules(PROJECT_DEPS REQUIRED glib-2.0>=2.58 ayatana-indicator3-0.4>=0 # Set global variables include(GNUInstallDirs) -set(PROJECT_VERSION "22.2.0") +set(PROJECT_VERSION "26.6.0") set(PROJECT_NAME "ayatana-indicator-application") # Make everything |
