diff --git a/Info.plist b/Info.plist index 808f7320..b8dd3a56 100644 --- a/Info.plist +++ b/Info.plist @@ -48,11 +48,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3 + 1.4 CFBundleSignature ???? CFBundleVersion - 1.3 + 1.4 LSRequiresIPhoneOS UIFileSharingEnabled diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 016cabd9..e058069c 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/firebird.pro b/firebird.pro index 3905f5ce..5260cc18 100644 --- a/firebird.pro +++ b/firebird.pro @@ -4,7 +4,7 @@ lessThan(QT_MAJOR_VERSION, 5): error("You need at least Qt 5.6 to build firebird lessThan(QT_MINOR_VERSION, 6): error("You need at least Qt 5.6 to build firebird!") # Version -DEFINES += FB_VERSION=1.3-dev +DEFINES += FB_VERSION=1.4 # JIT TRANSLATION_ENABLED = true diff --git a/qml/Firebird/Emu/Emu.qml b/qml/Firebird/Emu/Emu.qml index 9827db56..2e917100 100644 --- a/qml/Firebird/Emu/Emu.qml +++ b/qml/Firebird/Emu/Emu.qml @@ -7,7 +7,7 @@ QtObject { property bool rdbEnabled: true property int rdbPort: 3334 property bool running: false - property string version: "1.3" + property string version: "1.4" property var toast: null function useDefaultKit() {}