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

@ -30,7 +30,7 @@ import (
const (
ClientIdentifier = "Ethereum(G)"
Version = "0.7.9"
Version = "0.7.10"
)
var clilogger = logger.NewLogger("CLI")