diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-12 09:37:42 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-12 09:38:46 +0200 |
| commit | 0db7877be8c61953b50540183d5932ab159181f1 (patch) | |
| tree | dfdc6d349299b7c1fd239b8097c82e09fbe5c186 /CMakeLists.txt | |
| parent | 45870868e1374b52cf2cc6e73e6080d162d77082 (diff) | |
| download | libayatana-indicator-0.9.5.tar.gz libayatana-indicator-0.9.5.tar.bz2 libayatana-indicator-0.9.5.zip | |
- Remove unnecessary gio/gdesktopappinfo.h include.
- Fix linking against libs in non-standard paths.
- Fix broken homepage link in README.
- tests: Avoid more GDBusConnection leaks.
- src/indicator-ng.c: Fix GtkCssProvider memory leak in
indicator_ng_set_label.
- Use /bin/sh instead of /bin/bash for tests.
- Fix build on macOS.
- Add missing -L argument to pkg-config .pc files.
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 8af6ff5..4126e52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ endif (HAVE_LIB_M) include(GNUInstallDirs) set(ABI_VERSION "7") set(API_VERSION "4") -set(PROJECT_VERSION "0.9.4") +set(PROJECT_VERSION "0.9.5") set(PROJECT_NAME "libayatana-indicator") # Make everything |
