Update version to 4.1.0

This commit is contained in:
Martchus 2019-07-06 17:24:24 +02:00
parent c92efb3c88
commit e1afd5504e
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ set(META_APP_DESCRIPTION "A simple password store using AES-256-CBC encryption v
set(META_GUI_OPTIONAL YES) set(META_GUI_OPTIONAL YES)
set(META_USE_QQC2 ON) set(META_USE_QQC2 ON)
set(META_VERSION_MAJOR 4) set(META_VERSION_MAJOR 4)
set(META_VERSION_MINOR 0) set(META_VERSION_MINOR 1)
set(META_VERSION_PATCH 2) set(META_VERSION_PATCH 0)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
set(PNG_ICON_NO_CROP ON) set(PNG_ICON_NO_CROP ON)

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<manifest package="org.martchus.passwordmanager" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.0.2" android:versionCode="4" android:installLocation="auto"> <manifest package="org.martchus.passwordmanager" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.1.0" android:versionCode="4" android:installLocation="auto">
<application android:icon="@mipmap/ic_launcher" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name"> <application android:icon="@mipmap/ic_launcher" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name">
<activity <activity
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"