Skip to content

Commit

Permalink
version build +1, checkpoints, and minor splash screen edit
Browse files Browse the repository at this point in the history
  • Loading branch information
CatmanIX committed Jan 21, 2014
1 parent 6d60a26 commit c8e4a0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src/checkpoints.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@ namespace Checkpoints
(248000, uint256("0x04f5fa963a1f8cda46c1cf576d1bd84637d3f16081bfcbd7c3b393482af58279"))
(249000, uint256("0x6e00748f972d80a0e944ec6c8dea9273d60b177a85976e14b4c27f1f00fe0f5b"))
(250000, uint256("0x48e2813897c16a2e263008cbdb2c2086bf03ce5e52ef8a34f762d33aa4a36164"))
(251000, uint256("0xbb4f997c0e44567370abc6c883f974c4410a2933349dfc1a2aea8c24164393cf"))
(252000, uint256("0x7e5572ff83cc1f250b330155f7761941927b6bab94079fb513d9f877be71b830"))
(253000, uint256("0xce67a93249432f9b8b391c2259ed35a2c67d46cc60552775f7c1d9de7d239eeb"))
(254000, uint256("0x597d12cadb379abfabb101c46454a5cfaf2d70d7eccad27d2c18a3a6fdb91dce"))
(255000, uint256("0xa717ff45982665175599632492a767a66b4cd7d6d54593f9ed68fc8c547d9a7b"))
(256000, uint256("0x5e931186fd3959d87a4a0ac283def10452fd4f66e542e910872eed4ad858e88b"))
(257000, uint256("0xd3122346b5afc74f2c7e267041ebb20ecfd3e8d38683d78ad47bebb178a7e71e"))
(258000, uint256("0xacb9b002a46db0bbb62502e839bdded86dff4adbb591000e6a10f143597dcf60"))
(259000, uint256("0x469b7266b60aac74a9ac57b6d92b223e711f260247c59525eaff3447f4aab98e"))
(260000, uint256("0x1777996fe7dcbfac3c3aa66ebdb8720ccf18c9fe2e5f73521b1e58b76016c777"))
(261000, uint256("0xbd3dd2dde4294c75e490ac8f6ec01e4eaba936a7371daf66738a89752da0290c"))
;

static MapCheckpoints mapCheckpointsTestnet =
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 10
#define CLIENT_VERSION_REVISION 2
#define CLIENT_VERSION_BUILD 0
#define CLIENT_VERSION_BUILD 1

// Converts the parameter X to a string after macro replacement on X has been performed.
// Don't merge these into one macro!
Expand Down
Binary file modified src/qt/res/images/splash2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8e4a0a

Please sign in to comment.