Merge branch 'develop' into poc8

Conflicts:
	cmd/ethereum/flags.go
This commit is contained in:
obscuren
2014-12-20 02:45:05 +01:00
12 changed files with 91 additions and 72 deletions

View File

@ -31,7 +31,7 @@ import (
const (
ClientIdentifier = "Mist"
Version = "0.7.9"
Version = "0.7.10"
)
var ethereum *eth.Ethereum