Skip to content

Commit d9cc764

Browse files
Changed build version to 1.10.0
1 parent eefeb75 commit d9cc764

File tree

11 files changed

+26
-26
lines changed

11 files changed

+26
-26
lines changed

GraftMobileClient/GraftMobileClient.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ QT += qml quick network widgets
33
CONFIG += c++11
44

55
DEFINES += MAJOR_VERSION=1
6-
DEFINES += MINOR_VERSION=9
7-
DEFINES += BUILD_VERSION=2
6+
DEFINES += MINOR_VERSION=10
7+
DEFINES += BUILD_VERSION=0
88

99
win32|macx|unix {
1010
DEFINES += RES_IOS

GraftMobileClient/android/pos/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.graft.pos" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.9.2" android:versionCode="10902" android:installLocation="auto">
2+
<manifest package="org.graft.pos" xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="11000" android:versionName="1.10.0" android:installLocation="auto">
33
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Graft Point-of-Sale" android:icon="@drawable/icon">
44
<activity android:theme="@style/SplashTheme" android:label="Graft Point-of-Sale" android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:screenOrientation="portrait" android:launchMode="singleTask">
55
<intent-filter>

GraftMobileClient/android/wallet/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.graft.wallet" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.9.2" android:versionCode="10902" android:installLocation="auto">
2+
<manifest package="org.graft.wallet" xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="11000" android:versionName="1.10.0" android:installLocation="auto">
33
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Graft Wallet" android:icon="@drawable/icon">
44
<activity android:theme="@style/SplashTheme" android:label="Graft Wallet" android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:screenOrientation="portrait" android:launchMode="singleTask">
55
<intent-filter>

GraftMobileClient/ios/pos/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.9</string>
20+
<string>1.10</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.9.2</string>
24+
<string>1.10.0</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NOTE</key>

GraftMobileClient/ios/wallet/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.9</string>
22+
<string>1.10</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>1.9.2</string>
26+
<string>1.10.0</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true/>
2929
<key>NOTE</key>

GraftMobileClient/mac/pos/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.9</string>
22+
<string>1.10</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>1.9.2</string>
26+
<string>1.10.0</string>
2727
<key>NOTE</key>
2828
<string>This file was generated by Qt/QMake.</string>
2929
<key>NSHighResolutionCapable</key>

GraftMobileClient/mac/wallet/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.9</string>
22+
<string>1.10</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>1.9.2</string>
26+
<string>1.10.0</string>
2727
<key>NOTE</key>
2828
<string>This file was generated by Qt/QMake.</string>
2929
<key>NSHighResolutionCapable</key>

GraftMobileClient/windows/pos/install.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
!define COMPANYNAME "GRAFT Payments, LLC"
1010
!define DESCRIPTION "Graft Point-of-Sale"
1111
!define VERSIONMAJOR 1
12-
!define VERSIONMINOR 9
13-
!define VERSIONBUILD 2
14-
!define VERSION "1.9.2"
12+
!define VERSIONMINOR 10
13+
!define VERSIONBUILD 0
14+
!define VERSION "1.10.0"
1515
!define APPICON "icon.ico"
1616
!define ABOUTURL "https://www.graft.network"
1717
; !define LIC_NAME "license.rtf"

GraftMobileClient/windows/pos/resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ IDI_ICON1 ICON DISCARDABLE "icon.ico"
44
#define VFT_APP 0x00000001L
55

66
1 VERSIONINFO
7-
FILEVERSION 1,9,2
8-
PRODUCTVERSION 1,9,2
7+
FILEVERSION 1,10,0
8+
PRODUCTVERSION 1,10,0
99
FILETYPE VFT_APP
1010
{
1111
BLOCK "StringFileInfo"
1212
{
1313
BLOCK "040904E4"
1414
{
1515
VALUE "CompanyName", "GRAFT Payments, LLC"
16-
VALUE "FileVersion", "1.9.2"
16+
VALUE "FileVersion", "1.10.0"
1717
VALUE "FileDescription", "Graft Point-of-Sale"
1818
VALUE "InternalName", "Graft POS"
1919
VALUE "LegalCopyright", " 2018 GRAFT Payments, LLC"
2020
VALUE "OriginalFilename", "GraftPointOfSale.exe"
2121
VALUE "ProductName", "Graft Point-of-Sale"
22-
VALUE "ProductVersion", "1.9.2"
22+
VALUE "ProductVersion", "1.10.0"
2323
}
2424
}
2525

GraftMobileClient/windows/wallet/install.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
!define COMPANYNAME "GRAFT Payments, LLC"
1010
!define DESCRIPTION "Graft Wallet"
1111
!define VERSIONMAJOR 1
12-
!define VERSIONMINOR 9
13-
!define VERSIONBUILD 2
14-
!define VERSION "1.9.2"
12+
!define VERSIONMINOR 10
13+
!define VERSIONBUILD 0
14+
!define VERSION "1.10.0"
1515
!define APPICON "icon.ico"
1616
!define ABOUTURL "https://www.graft.network"
1717
!define LIC_NAME "license.rtf"

0 commit comments

Comments
 (0)