Skip to content

Commit f00efb3

Browse files
author
alex v
authored
Update copyright year and wallet version in clienversion.h (#475)
1 parent 8a638e9 commit f00efb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/clientversion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
//! These need to be macros, as clientversion.cpp's and navcoin*-res.rc's voodoo requires it
1717
#define CLIENT_VERSION_MAJOR 4
18-
#define CLIENT_VERSION_MINOR 5
19-
#define CLIENT_VERSION_REVISION 2
18+
#define CLIENT_VERSION_MINOR 6
19+
#define CLIENT_VERSION_REVISION 0
2020
#define CLIENT_VERSION_BUILD 0
2121

2222
//! Set to true for release, false for prerelease or test build
@@ -32,7 +32,7 @@
3232
* Copyright year (2009-this)
3333
* Todo: update this when changing our copyright comments in the source
3434
*/
35-
#define COPYRIGHT_YEAR 2018
35+
#define COPYRIGHT_YEAR 2019
3636

3737
#endif //HAVE_CONFIG_H
3838

0 commit comments

Comments
 (0)