vpatch file split hunks

all signers:

antecedents: asciilifeform-programmable-versionstring asciilifeform_malleus_mikehearnificarum

press order:

patch:

- 02CCC72E42939509FC180861DB7FFEC50563A84869F35671FCF720090F9782674EDCC89C4174175691566FAC7277F1EBE0F50253D1E4A995EB960F5B43CCE2A3
+ 0CCB0C29C0A3217D57F9BC72D87B497E64116A9F79E69277408750EE3DC95738CE52A70AFECE7A1054314100D84F93F6525AB514B8ABD8CE78AB8EBD50E599A2
bitcoin/src/main.cpp
(17 . 6)(17 . 8)
5 // Global state
6 //
7
8 int VERSION = DEFAULT_CLIENT_VERSION;
9
10 CCriticalSection cs_setpwalletRegistered;
11 set<CWallet*> setpwalletRegistered;
12
- 3B61E200EFE4B17A7F5384E13AB2A1A5E0A74FCE0A097802D5E32BB5D74F88FA6E018F56C36CA9198D726A3A78168F87A6181D498CB7A388BC1F3ADEFA7CD93F
+ EF93153B01FDF024A0AB2CE0F992EA9AF50D3423BAA147C395BBA4CC90575BDA0D832C0313428BBBC837C99D549C4BA787B94FAD5B871870397A410BA59EA0E9
bitcoin/src/serialize.h
(44 . 7)(44 . 7)
17 class CAutoFile;
18 static const unsigned int MAX_SIZE = 0x02000000;
19
20 static int VERSION = DEFAULT_CLIENT_VERSION;
21 extern int VERSION;
22
23 // Used to bypass the rule against non-const reference to temporary
24 // where it makes sense with wrappers such as CFlatData or CTxDB