summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-13 20:13:37 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-13 20:14:07 +0200
commitc8a0a2d19aae52b9c3cced5960b90c860907956e (patch)
treee339ac5c0c28882b199bd254094aee065bf976b7 /CMakeLists.txt
parent8b007ffd9ce355aa2437419706a56169aeeb3cd9 (diff)
downloadayatana-indicator-display-26.6.0.tar.gz
ayatana-indicator-display-26.6.0.tar.bz2
ayatana-indicator-display-26.6.0.zip
Release 26.6.0HEAD26.6.0main
- Fix cppcheck warning has no initializer. - cppcheck: Workaround undefined function-like macro for GLIB_CHECK_VERSION. - service.cpp: Mark create_phone_menu as static. - Translation updates (thanks to all contributors on hosted.weblate.org).
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 ebdb7b6..745f59c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
-project(ayatana-indicator-display VERSION 24.5.3 LANGUAGES C CXX)
+project(ayatana-indicator-display VERSION 26.6.0 LANGUAGES C CXX)
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)