aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-05-28 22:19:25 +0800
committerMaran <maran.hidskes@gmail.com>2014-05-28 22:19:25 +0800
commit76a59274bfce73ec988131804c643be743d2b4d2 (patch)
treee1a297edd5d71d5b0dca94f828467c585ca511e1
parenta453b5514da21c021394b42fae23d3b9c229a03a (diff)
downloadgo-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.gz
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.bz2
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.lz
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.xz
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.tar.zst
go-tangerine-76a59274bfce73ec988131804c643be743d2b4d2.zip
Bump to RC11
-rw-r--r--README.md2
-rw-r--r--ethutil/config.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 017b77038..8190c5f2d 100644
--- a/README.md
+++ b/README.md
@@ -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)")