File tree 3 files changed +11
-2
lines changed 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
3
3
define ( _CLIENT_VERSION_MAJOR , 3 )
4
4
define ( _CLIENT_VERSION_MINOR , 10 )
5
5
define ( _CLIENT_VERSION_REVISION , 0 )
6
- define ( _CLIENT_VERSION_BUILD , 12 )
6
+ define ( _CLIENT_VERSION_BUILD , 13 )
7
7
define ( _CLIENT_VERSION_IS_RELEASE , false )
8
8
define ( _COPYRIGHT_YEAR , 2020 )
9
9
AC_INIT ( [ Reddcoin Core] ,
[ _CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION] ,
[ [email protected] ] ,
[ reddcoin] )
Original file line number Diff line number Diff line change @@ -764,12 +764,20 @@ Miscellaneous:
764
764
- ` 1f62045 ` travis: fix crash due to missing (and not required) package
765
765
- ` 0fb3b75 ` travis: update path
766
766
- ` 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
767
774
768
775
Credits (Reddcoin)
769
776
=================
770
777
771
778
- John Nash
772
779
- TechAdept
780
+ - cryptoBUZE
773
781
- Randy Vice
774
782
- Harmonyq
775
783
- Roni Toni
@@ -780,6 +788,7 @@ Credits (Reddcoin)
780
788
- luxiliod
781
789
- SYAR
782
790
- Dimal
791
+ - George DGB
783
792
784
793
Credits (Bitcoin)
785
794
=================
Original file line number Diff line number Diff line change 17
17
#define CLIENT_VERSION_MAJOR 3
18
18
#define CLIENT_VERSION_MINOR 10
19
19
#define CLIENT_VERSION_REVISION 0
20
- #define CLIENT_VERSION_BUILD 12
20
+ #define CLIENT_VERSION_BUILD 13
21
21
22
22
// ! Set to true for release, false for prerelease or test build
23
23
#define CLIENT_VERSION_IS_RELEASE false
You can’t perform that action at this time.
0 commit comments