1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-29 16:04:32 +00:00
This commit is contained in:
R4SAS 2018-06-23 00:21:44 +03:00
parent f8e6bb0ad5
commit 460af80a0e
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.purplei2p.gostcoin" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.8.5.11" android:versionCode="1" android:installLocation="auto">
<manifest package="org.purplei2p.gostcoin" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="0.8.5.12" android:versionCode="1" android:installLocation="auto">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

View File

@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = gostcoin-qt
VERSION = 0.8.5.11
VERSION = 0.8.5.12
INCLUDEPATH += ../src ../src/json ../src/qt ../src/i2psam
QT += core gui network androidextras
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

View File

@ -1,7 +1,7 @@
TEMPLATE = app
TARGET = gostcoin-qt
macx:TARGET = "GOSTCoin-Qt"
VERSION = 0.8.5.11
VERSION = 0.8.5.12
INCLUDEPATH += src src/json src/qt src/i2psam
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

View File

@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 8
#define CLIENT_VERSION_REVISION 5
#define CLIENT_VERSION_BUILD 11
#define CLIENT_VERSION_BUILD 12
// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true

View File

@ -63,7 +63,7 @@
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string notr="true">v0.8.5.11</string>
<string notr="true">v0.8.5.12</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>