Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Commit c8d4246

Browse files
committed
DigitalNote v1.0.2.7 Initial
Changelog - Removed Proxy settings in GUI options - Version bump for this build - TODO: FInish messaging
1 parent 4dc97a9 commit c8d4246

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DigitalNote.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEMPLATE = app
22
TARGET = DigitalNote-qt
3-
VERSION = 1.0.2.6
3+
VERSION = 1.0.2.7
44
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
55
QT += core gui widgets network printsupport
66
DEFINES += ENABLE_WALLET

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define CLIENT_VERSION_MAJOR 1
1010
#define CLIENT_VERSION_MINOR 0
1111
#define CLIENT_VERSION_REVISION 2
12-
#define CLIENT_VERSION_BUILD 6
12+
#define CLIENT_VERSION_BUILD 7
1313

1414
// Set to true for release, false for prerelease or test build
1515
#define CLIENT_VERSION_IS_RELEASE true

0 commit comments

Comments
 (0)