1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-10-31 23:22:17 +00:00

Use a single version name.

This commit is contained in:
Filippo Scognamiglio
2019-01-17 22:03:25 +01:00
parent 8f0d1023a4
commit b961109623
2 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ import QtQuick.Controls 1.0
import "utils.js" as Utils
QtObject{
readonly property string version: "1.1.0"
readonly property string version: appVersion
readonly property int profileVersion: 2
// STATIC CONSTANTS ////////////////////////////////////////////////////////