summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 20:01:37 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 20:01:45 +0200
commitd1a6f285493ed039e6cda4fb9987ab7d2c127efd (patch)
tree53c5a657125c58f067d9d51a06ee47d16a0ca811 /CMakeLists.txt
parentdd73aa59e5a9662240065d010b7802b3c4ce7eaa (diff)
downloadayatana-indicator-keyboard-26.6.1.tar.gz
ayatana-indicator-keyboard-26.6.1.tar.bz2
ayatana-indicator-keyboard-26.6.1.zip
Release 26.6.1HEAD26.6.1main
- src/service.c: Only rebuild layouts and settings section. Regression fix for a flaw in 26.6.0.
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 0047840a..1a9c94dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.13)
-project (ayatana-indicator-keyboard VERSION "26.6.0" LANGUAGES C CXX)
+project (ayatana-indicator-keyboard VERSION "26.6.1" LANGUAGES C CXX)
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE)