~showard314/ubuntu/precise/bitcoin/remove_bitcoin

« back to all changes in this revision

Viewing changes to src/serialize.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2011-03-15 11:41:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110315114143-g7pu5iyli8lk60f5
Tags: 0.3.20.2~dfsg-1
* New upstream release.
* Fix provide and replace former package name bitcoin-cli.
  Closes: bug#618439. Thanks to Shane Wegner.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
class CAutoFile;
26
26
static const unsigned int MAX_SIZE = 0x02000000;
27
27
 
28
 
static const int VERSION = 32001;
 
28
static const int VERSION = 32002;
29
29
static const char* pszSubVer = "";
30
30
 
31
31