diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 22:22:10 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-11 22:23:24 +0200 |
| commit | 103526ff188f7e4c62876a780b8ea0173c288ce7 (patch) | |
| tree | 88c75dbd977e4e18bc53b74658a22b09cc855e9e /CMakeLists.txt | |
| parent | b8488dac18938f6a176cbb1ef6448cce28897449 (diff) | |
| download | ayatana-indicator-datetime-26.6.0.tar.gz ayatana-indicator-datetime-26.6.0.tar.bz2 ayatana-indicator-datetime-26.6.0.zip | |
- separate mkCal Option from Lomiri.
- src/date-time.cpp: Don't segfault-by-assert if m_dt is not
initialized. Fixes syncing from Google Calendar where sometimes
events in Evolution can result in incomplete DateTime objects.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
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 56b4d0d..53e6c2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.16) -project (ayatana-indicator-datetime VERSION 25.4.0 LANGUAGES C CXX) +project (ayatana-indicator-datetime VERSION 26.6.0 LANGUAGES C CXX) list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) |
