diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-05-22 08:18:54 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-05-22 08:18:54 +0200 |
commit | 21ba2ae79303929d0a015f2502286771961ba111 (patch) | |
tree | 278eadbf049c1d1d684c338e55871033475b0c49 /CMakeLists.txt | |
parent | d8ed94575605109284e38ed8b64f2a674ea905d4 (diff) | |
download | ayatana-indicator-bluetooth-21ba2ae79303929d0a015f2502286771961ba111.tar.gz ayatana-indicator-bluetooth-21ba2ae79303929d0a015f2502286771961ba111.tar.bz2 ayatana-indicator-bluetooth-21ba2ae79303929d0a015f2502286771961ba111.zip |
release 24.5.024.5.0release-builds
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 8b6fa92..49c6bb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.13) -project (ayatana-indicator-bluetooth VERSION 23.10.0 LANGUAGES C CXX) +project (ayatana-indicator-bluetooth VERSION 24.5.0 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) |