Skip to content

Commit

Permalink
Merge pull request #190 from nspire-emus/bump-1.5
Browse files Browse the repository at this point in the history
Bump to version 1.5
  • Loading branch information
Vogtinator committed Mar 28, 2020
2 parents 4abccb9 + 3acb5b2 commit 70ca927
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4</string>
<string>1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.4</string>
<string>1.5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIFileSharingEnabled</key>
Expand Down
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.firebird.emu" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.4" android:versionCode="8" android:installLocation="auto">
<manifest package="org.firebird.emu" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.5" android:versionCode="9" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Firebird Emu" android:icon="@drawable/icon" android:extractNativeLibs="true">
<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">
<intent-filter>
Expand Down
2 changes: 1 addition & 1 deletion firebird.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lessThan(QT_MAJOR_VERSION, 5): error("You need at least Qt 5.9 to build firebird
equals(QT_MAJOR_VERSION, 5):lessThan(QT_MINOR_VERSION, 9): error("You need at least Qt 5.9 to build firebird!")

# Version
DEFINES += FB_VERSION=1.4-dev
DEFINES += FB_VERSION=1.5

# JIT
TRANSLATION_ENABLED = true
Expand Down
2 changes: 1 addition & 1 deletion qml/Firebird/Emu/Emu.qml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ QtObject {
property bool rdbEnabled: true
property int rdbPort: 3334
property bool running: false
property string version: "1.4"
property string version: "1.5"
property var toast: null

function useDefaultKit() {}
Expand Down

0 comments on commit 70ca927

Please sign in to comment.