Browse Source

0.8.5.10

pull/26/head
R4SAS 7 years ago
parent
commit
818f4dfb8a
  1. 2
      android/gostcoin-qt-android.pro
  2. 2
      gostcoin-qt.pro

2
android/gostcoin-qt-android.pro

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

2
gostcoin-qt.pro

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

Loading…
Cancel
Save