Skip to content

Commit

Permalink
Orbitcoin v1.5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostlander committed May 1, 2016
1 parent f64eb0d commit 9d719d1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENCE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright (c) 2009-2012 Bitcoin Developers
Copyright (c) 2011-2013 PPCoin Developers
Copyright (c) 2013-2014 NovaCoin Developers
Copyright (c) 2013-2014 Orbitcoin Developers
Copyright (c) 2013-2016 Orbitcoin Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Orbitcoin (ORB) is a decentralised open source digital currency.
Download
--------

Please visit http://orbitcoin.org if you need pre-compiled binaries.
Please visit https://github.com/ghostlander/Orbitcoin/releases or
http://orbitcoin.org if you need pre-compiled binaries.


Support
-------

See https://cryptocointalk.com/forum/325-orbitcoin-orb/ if you need advice.
See https://bitcointalk.org/index.php?topic=586674.0 if you need advice.
4 changes: 2 additions & 2 deletions orbitcoin-qt.pro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TEMPLATE = app
TARGET = orbitcoin-qt
VERSION = 1.5.0.0
VERSION = 1.5.1.0
INCLUDEPATH += src src/json src/qt
QT += core gui network
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
Expand Down Expand Up @@ -352,7 +352,7 @@ OTHER_FILES += \
# platform specific defaults, if not overridden on command line
isEmpty(BOOST_LIB_SUFFIX) {
macx:BOOST_LIB_SUFFIX = -mt
windows:BOOST_LIB_SUFFIX = -mgw44-mt-1_53
windows:BOOST_LIB_SUFFIX = -mgw46-mt-1_59
}

isEmpty(BOOST_THREAD_LIB_SUFFIX) {
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 1
#define CLIENT_VERSION_MINOR 5
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0

// Converts the parameter X to a string after macro replacement on X has been performed.
Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
Copyright © 2009-2012 Bitcoin Developers
Copyright © 2012-2013 Peercoin Developers
Copyright © 2013-2014 NovaCoin Developers
Copyright © 2013-2014 Orbitcoin Developers
Copyright © 2013-2016 Orbitcoin Developers
</string>
</property>
<property name="textInteractionFlags">
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ extern const std::string CLIENT_NAME;
extern const std::string CLIENT_BUILD;
extern const std::string CLIENT_DATE;

static const int PROTOCOL_VERSION = 60014;
static const int PROTOCOL_VERSION = 60015;
static const int MIN_PROTOCOL_VERSION = 60013;

// earlier versions not supported as of Feb 2012, and are disconnected
Expand Down

0 comments on commit 9d719d1

Please sign in to comment.