Skip to content

Commit 2d2b83f

Browse files
committed
Preparations for 3.10.0 rc5
1 parent bcc6741 commit 2d2b83f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 3)
44
define(_CLIENT_VERSION_MINOR, 10)
55
define(_CLIENT_VERSION_REVISION, 0)
6-
define(_CLIENT_VERSION_BUILD, 12)
6+
define(_CLIENT_VERSION_BUILD, 13)
77
define(_CLIENT_VERSION_IS_RELEASE, false)
88
define(_COPYRIGHT_YEAR, 2020)
99
AC_INIT([Reddcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[reddcoin])

doc/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,12 +764,20 @@ Miscellaneous:
764764
- `1f62045` travis: fix crash due to missing (and not required) package
765765
- `0fb3b75` travis: update path
766766
- `9d6a642` docs: update travis build status badge with correct path
767+
- `660cbb3` translation updates
768+
- `c56a21d` Avoid launching as admin when NSIS installer ends.
769+
- `227fbf3` update for correct app name
770+
- `67baf58` depends: fix a static qt5 crash when using certain versions of libxcb
771+
- `d965399` depends: always use static qt5 for linux
772+
- `07ed13c` revert check for dev address output
773+
- `5faebfb` docs: release notes
767774

768775
Credits (Reddcoin)
769776
=================
770777

771778
- John Nash
772779
- TechAdept
780+
- cryptoBUZE
773781
- Randy Vice
774782
- Harmonyq
775783
- Roni Toni
@@ -780,6 +788,7 @@ Credits (Reddcoin)
780788
- luxiliod
781789
- SYAR
782790
- Dimal
791+
- George DGB
783792

784793
Credits (Bitcoin)
785794
=================

src/clientversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define CLIENT_VERSION_MAJOR 3
1818
#define CLIENT_VERSION_MINOR 10
1919
#define CLIENT_VERSION_REVISION 0
20-
#define CLIENT_VERSION_BUILD 12
20+
#define CLIENT_VERSION_BUILD 13
2121

2222
//! Set to true for release, false for prerelease or test build
2323
#define CLIENT_VERSION_IS_RELEASE false

0 commit comments

Comments
 (0)