aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-17 00:25:21 +0800
committerobscuren <geffobscura@gmail.com>2014-06-17 00:25:21 +0800
commitff0f15f7634ca713b0ce8232a8fa63eec5c3fad7 (patch)
tree801ec6d33fe21e46230a3082cd069534f64aa251
parent887debb0559b283962530bb42998a67dd1b69347 (diff)
downloadgo-tangerine-ff0f15f7634ca713b0ce8232a8fa63eec5c3fad7.tar
go-tangerine-ff0f15f7634ca713b0ce8232a8fa63eec5c3fad7.tar.gz
go-tangerine-ff0f15f7634ca713b0ce8232a8fa63eec5c3fad7.tar.bz2
go-tangerine-ff0f15f7634ca713b0ce8232a8fa63eec5c3fad7.tar.lz
go-tangerine-ff0f15f7634ca713b0ce8232a8fa63eec5c3fad7.tar.xz
go-tangerine-ff0f15f7634ca713b0ce8232a8fa63eec5c3fad7.tar.zst
go-tangerine-ff0f15f7634ca713b0ce8232a8fa63eec5c3fad7.zip
bump
-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 b10a04c25..4a835afbf 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 RC12". For build instructions see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)).
+of Concept 5.0 RC13". 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 90037df87..a24c39bfe 100644
--- a/ethutil/config.go
+++ b/ethutil/config.go
@@ -75,7 +75,7 @@ func ReadConfig(base string, logTypes LoggerType, g *globalconf.GlobalConf, id s
if Config == nil {
path := ApplicationFolder(base)
- Config = &config{ExecPath: path, Debug: true, Ver: "0.5.12"}
+ Config = &config{ExecPath: path, Debug: true, Ver: "0.5.13"}
Config.conf = g
Config.Identifier = id
Config.Log = NewLogger(logTypes, LogLevelDebug)