Skip to content

Commit d39ca63

Browse files
committed
Bump to version 1.6
1 parent b46ab64 commit d39ca63

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
<key>CFBundlePackageType</key>
4949
<string>APPL</string>
5050
<key>CFBundleShortVersionString</key>
51-
<string>1.5</string>
51+
<string>1.6</string>
5252
<key>CFBundleSignature</key>
5353
<string>????</string>
5454
<key>CFBundleVersion</key>
55-
<string>1.5</string>
55+
<string>1.6</string>
5656
<key>LSRequiresIPhoneOS</key>
5757
<true/>
5858
<key>UIFileSharingEnabled</key>

android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<manifest package="org.firebird.emu" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.5" android:versionCode="9" android:installLocation="auto">
2+
<manifest package="org.firebird.emu" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.6" android:versionCode="10" android:installLocation="auto">
33
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Firebird Emu" android:icon="@drawable/icon" android:extractNativeLibs="true">
44
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="unspecified" android:launchMode="singleTop">
55
<intent-filter>

firebird.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lessThan(QT_MAJOR_VERSION, 5): error("You need at least Qt 5.9 to build Firebird
22
equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 9): error("You need at least Qt 5.9 to build Firebird!")
33

44
# Version
5-
DEFINES += FB_VERSION=1.5-dev
5+
DEFINES += FB_VERSION=1.6
66

77
# JIT. Set to true, false or auto (default)
88
isEmpty(TRANSLATION_ENABLED): TRANSLATION_ENABLED = auto

qml/Firebird/Emu/Emu.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ QtObject {
88
property int rdbPort: 3334
99
property bool running: false
1010
property bool leftHanded: false
11-
property string version: "1.5"
11+
property string version: "1.6"
1212

1313
function useDefaultKit() {}
1414
function isMobile() { return true; }

0 commit comments

Comments
 (0)