diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:20:21 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-13 20:20:41 +0200 |
| commit | a4c9d40d00c2d4821210651a105d7d4a4b814c06 (patch) | |
| tree | e166a1c54aa8b8a4a15afae13b0f2fbdb74b96b8 /CMakeLists.txt | |
| parent | 9b94224e053c75aac928abe6507e50c785e9212c (diff) | |
| download | ayatana-indicator-bluetooth-26.6.1.tar.gz ayatana-indicator-bluetooth-26.6.1.tar.bz2 ayatana-indicator-bluetooth-26.6.1.zip | |
Release 26.6.126.6.1
- phone_greeter: Introduce profile that applies to bt indicator when
run as part of a phone's greeter.
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 28bb6aa..5c79627 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project (ayatana-indicator-bluetooth VERSION 26.6.0 LANGUAGES C CXX) +project (ayatana-indicator-bluetooth VERSION 26.6.1 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) |
