fixed colors on ubuntu lucid,

enabled -O2 in makefile.unix,
boost removed -mt from their library names in 1.40,
updated bitcoin icon,
hashmeter,
generated and hashmeter log entries
-- version 0.2.13
This commit is contained in:
s_nakamoto
2010-06-21 01:33:44 +00:00
parent c58e10565e
commit 3ca507a6eb
23 changed files with 1046 additions and 1122 deletions

2
net.h
View File

@@ -12,7 +12,7 @@ extern int nBestHeight;
#define DEFAULT_PORT htons(8333)
static const unsigned short DEFAULT_PORT = 0x8d20; // htons(8333)
static const unsigned int PUBLISH_HOPS = 5;
enum
{