Merge branch 'release/poc5-rc10' into develop

This commit is contained in:
obscuren 2014-05-27 16:11:25 +02:00
commit ab8c7252da
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func ReadConfig(base string, logTypes LoggerType, id string) *config {
}
}
Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC9"}
Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC10"}
Config.Identifier = id
Config.Log = NewLogger(logTypes, LogLevelDebug)
Config.SetClientString("/Ethereum(G)")