Browse Source

update gitignore, up version to 0.8.5.7

pull/5/head
R4SAS 7 years ago
parent
commit
6b0f80516a
  1. 4
      .gitignore
  2. 2
      gostcoin-qt.pro

4
.gitignore vendored

@ -1,4 +1,8 @@ @@ -1,4 +1,8 @@
*.a
*.o
*.qm
build/
Makefile
qrc_bitcoin.cpp
gostcoin-qt
gostcoind

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.6
VERSION = 0.8.5.7
INCLUDEPATH += src src/json src/qt i2psam
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

Loading…
Cancel
Save