diff options
author | Maran <maran.hidskes@gmail.com> | 2014-05-28 22:19:25 +0800 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2014-05-28 22:19:25 +0800 |
commit | 76a59274bfce73ec988131804c643be743d2b4d2 (patch) | |
tree | e1a297edd5d71d5b0dca94f828467c585ca511e1 | |
parent | a453b5514da21c021394b42fae23d3b9c229a03a (diff) | |
download | dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.gz dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.bz2 dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.lz dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.xz dexon-76a59274bfce73ec988131804c643be743d2b4d2.tar.zst dexon-76a59274bfce73ec988131804c643be743d2b4d2.zip |
Bump to RC11
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | ethutil/config.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ Ethereum Ethereum Go Development package (C) Jeffrey Wilcke Ethereum is currently in its testing phase. The current state is "Proof -of Concept 5.0 RC10". For build instructions see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)). +of Concept 5.0 RC11". For build instructions see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)). Ethereum Go is split up in several sub packages Please refer to each individual package for more information. diff --git a/ethutil/config.go b/ethutil/config.go index a7c318e52..fb270ce72 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -43,7 +43,7 @@ func ReadConfig(base string, logTypes LoggerType, id string) *config { } } - Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC10"} + Config = &config{ExecPath: path, Debug: true, Ver: "0.5.0 RC11"} Config.Identifier = id Config.Log = NewLogger(logTypes, LogLevelDebug) Config.SetClientString("/Ethereum(G)") |