Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Commit

Permalink
[Build] New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bettexproject committed Dec 5, 2018
1 parent a0e7af1 commit 722a2fc
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 242 deletions.
480 changes: 240 additions & 240 deletions autom4te.cache/requests

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 3)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! These need to be macros, as clientversion.cpp's and bettex*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 3
#define CLIENT_VERSION_MINOR 0
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 1

//! Set to true for release, false for prerelease or test build
Expand Down
Binary file modified src/crypto/libbitcoin_crypto.a
Binary file not shown.
Binary file modified src/libzerocoin/libbitcoin_zerocoin.a
Binary file not shown.
Binary file modified src/univalue/libbitcoin_univalue.a
Binary file not shown.

0 comments on commit 722a2fc

Please sign in to comment.