From 6b0f80516ae935456e631e287f8253ae3b81a459 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Mon, 17 Apr 2017 02:04:54 +0300 Subject: [PATCH] update gitignore, up version to 0.8.5.7 --- .gitignore | 4 ++++ gostcoin-qt.pro | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8737701..d1d3301 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ *.a *.o +*.qm +build/ +Makefile +qrc_bitcoin.cpp gostcoin-qt gostcoind diff --git a/gostcoin-qt.pro b/gostcoin-qt.pro index 2d4cb78..9f4beff 100644 --- a/gostcoin-qt.pro +++ b/gostcoin-qt.pro @@ -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