mirror of
https://github.com/KDE/kasts.git
synced 2024-12-14 18:01:03 +01:00
7 lines
159 B
Groovy
7 lines
159 B
Groovy
|
// SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
|
||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
ext {
|
||
|
projectVersionFull = "@PROJECT_VERSION@"
|
||
|
}
|