Version management

This commit is contained in:
Niels 2025-05-29 20:30:17 +02:00
parent db7857e5fa
commit e473c38a6a
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ TARGET = harbour-allradio
CONFIG += sailfishapp
# App version
DEFINES += APP_VERSION=\"\\\"$${VERSION}\\\"\"
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
SOURCES += src/harbour-allradio.cpp

View File

@ -13,7 +13,7 @@ import "helpers"
ApplicationWindow
{
id: allRadio
property string _version: "2.0.10"
property string _version: "2.0.12"
property string _language: Qt.locale().name.slice(0,2)
property string _country: Qt.locale().name.slice(-2)
property int sleepTime: 0