Skip to content

Commit

Permalink
Bump version to celebrate first Windows release.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Dec 3, 2014
1 parent 6ba4267 commit e43a045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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="com.kdab.flow_pomodoro" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v0.9.1" android:versionCode="091" android:installLocation="auto">
<manifest package="com.kdab.flow_pomodoro" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="v0.9.2" android:versionCode="092" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name" android:icon="@drawable/icon">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="com.kdab.flowpomodoro.MainActivity" android:label="@string/app_name" android:launchMode="singleTop">
<intent-filter>
Expand Down
4 changes: 2 additions & 2 deletions global.pri
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android

CONFIG += c++11

DEFINES += FLOW_VERSION="v0.9.1"
DEFINES += FLOW_VERSION_DATE="01-12-2014"
DEFINES += FLOW_VERSION="v0.9.2"
DEFINES += FLOW_VERSION_DATE="03-12-2014"

# Features:
DEFINES += NO_WEBDAV # Will uncomment when UI is ready
Expand Down

0 comments on commit e43a045

Please sign in to comment.