This commit is contained in:
obscuren
2014-05-05 15:55:26 +02:00
parent 78cb04cca3
commit fedd4c906f
2 changed files with 2 additions and 2 deletions

View File

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