Skip to content

Commit

Permalink
v3.3.9.13 increment
Browse files Browse the repository at this point in the history
  • Loading branch information
metaspartan committed Jun 10, 2021
1 parent 59753e5 commit d695646
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion denarius-qt.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = Denarius
VERSION = 3.3.9.12
VERSION = 3.3.9.13
INCLUDEPATH += src src/json src/qt src/qt/plugins/mrichtexteditor
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE CURL_STATICLIB
CONFIG += no_include_pwd
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://github.com/carsenk/denarius
# By Carsen Klock
name: denarius
version: '3.3.9.12'
version: '3.3.9.13'
summary: Denarius
description: |
An open source hybrid cryptocurrency called Denarius, which features Fortuna Stakes (Masternodes), Staking, Mining, Multisig, and much more!
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define CLIENT_VERSION_MAJOR 3
#define CLIENT_VERSION_MINOR 3
#define CLIENT_VERSION_REVISION 9
#define CLIENT_VERSION_BUILD 12
#define CLIENT_VERSION_BUILD 13

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

3 comments on commit d695646

@crackfoo
Copy link

@crackfoo crackfoo commented on d695646 Jun 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you pop up an OSX wallet?

Thanks

@metaspartan
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you pop up an OSX wallet?

Thanks

Yea it is a work in progress, Apple keeps changing their toolchain, so making it a bit difficult to get a working toolchain up

@crackfoo
Copy link

@crackfoo crackfoo commented on d695646 Jun 30, 2021 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.