summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-13 20:20:21 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-13 20:20:41 +0200
commita4c9d40d00c2d4821210651a105d7d4a4b814c06 (patch)
treee166a1c54aa8b8a4a15afae13b0f2fbdb74b96b8 /CMakeLists.txt
parent9b94224e053c75aac928abe6507e50c785e9212c (diff)
downloadayatana-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.txt2
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)