diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-10 17:49:07 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-10 17:49:10 +0200 |
| commit | 27f9d9ddcf20be87c6cede65c89c5b098b16330d (patch) | |
| tree | 15c7ef7144cb33275323675f74f9c9fecc56c0d9 /CMakeLists.txt | |
| parent | 540df10367b945ced0d24750e845f28317a1dd4a (diff) | |
| download | libayatana-appindicator-0.6.0.tar.gz libayatana-appindicator-0.6.0.tar.bz2 libayatana-appindicator-0.6.0.zip | |
Release 0.6.00.6.0
- CMake: Add ${CMAKE_BINARY_DIR}/src to target_include_directories().
- debian/: Prepare release v0.6.0. Update packaging from Debian
unstable.
- tests/test-libappindicator-fallback-watcher.c: Increase test
timeout, fix unit test on riscv64.
- Add support for tooltips.
- Add macros for compile-time version checking.
- Use symlink in the build directory for includes.
- Revert "Explicitly mark deprecated functions and use substitutes".
- Implement the Activate D-Bus method for primary click handling.
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 cd98b4c..2de7768 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(libayatana-appindicator LANGUAGES C ) -set(PROJECT_VERSION "0.5.94") +set(PROJECT_VERSION "0.6.0") set(PROJECT_NAME "libayatana-appindicator") if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) |
