Merge branch 'release/poc5-rc2' into develop

This commit is contained in:
obscuren 2014-05-10 02:04:14 +02:00
commit be7da48dad
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func ReadConfig(base string) *config {
}
}
Config = &config{ExecPath: path, Debug: true, Ver: "0.5 RC1"}
Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC2"}
Config.Log = NewLogger(LogFile|LogStd, LogLevelDebug)
Config.SetClientString("/Ethereum(G)")
}