Skip to content

Commit d695646

Browse files
committed
v3.3.9.13 increment
1 parent 59753e5 commit d695646

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

denarius-qt.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TEMPLATE = app
22
TARGET = Denarius
3-
VERSION = 3.3.9.12
3+
VERSION = 3.3.9.13
44
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
55
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE CURL_STATICLIB
66
CONFIG += no_include_pwd

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/carsenk/denarius
44
# By Carsen Klock
55
name: denarius
6-
version: '3.3.9.12'
6+
version: '3.3.9.13'
77
summary: Denarius
88
description: |
99
An open source hybrid cryptocurrency called Denarius, which features Fortuna Stakes (Masternodes), Staking, Mining, Multisig, and much more!

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define CLIENT_VERSION_MAJOR 3
1111
#define CLIENT_VERSION_MINOR 3
1212
#define CLIENT_VERSION_REVISION 9
13-
#define CLIENT_VERSION_BUILD 12
13+
#define CLIENT_VERSION_BUILD 13
1414

1515
// Converts the parameter X to a string after macro replacement on X has been performed.
1616
// Don't merge these into one macro!

0 commit comments

Comments
 (0)