Compare commits

..

3 Commits

Author SHA1 Message Date
fd588d520b Update version number for 5.27.11
GIT_SILENT
2024-03-06 11:18:07 +00:00
204645bae9 Port to new Gitlab template include format 2024-01-12 20:15:45 +01:00
de99581bae Update version number for 5.27.10
GIT_SILENT
2023-12-05 19:10:02 +00:00
2 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@
# SPDX-License-Identifier: CC0-1.0
include:
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml
- project: sysadmin/ci-utilities
file:
- /gitlab-templates/reuse-lint.yml
- /gitlab-templates/linux.yml
- /gitlab-templates/freebsd.yml

View File

@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 3.16)
project(layershellqt)
set(PROJECT_VERSION "5.27.9")
set(PROJECT_VERSION "5.27.11")
set(PROJECT_VERSION_MAJOR 5)
set(CMAKE_C_STANDARD 99)