mirror of https://github.com/KDE/kasts.git
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@"
|
||
|
}
|