aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-10 04:23:33 +0800
committerobscuren <geffobscura@gmail.com>2014-06-10 04:23:33 +0800
commitd929c634749c3c2db9f3290e635a763eba211656 (patch)
tree97aa0aae649463bf8bc0701555ab8d42f9d5a77c
parentba3623d0cc0608f2d73e10e61a184238924fccdb (diff)
downloaddexon-d929c634749c3c2db9f3290e635a763eba211656.tar
dexon-d929c634749c3c2db9f3290e635a763eba211656.tar.gz
dexon-d929c634749c3c2db9f3290e635a763eba211656.tar.bz2
dexon-d929c634749c3c2db9f3290e635a763eba211656.tar.lz
dexon-d929c634749c3c2db9f3290e635a763eba211656.tar.xz
dexon-d929c634749c3c2db9f3290e635a763eba211656.tar.zst
dexon-d929c634749c3c2db9f3290e635a763eba211656.zip
bump
-rw-r--r--README.md2
-rw-r--r--ethereal/ui/gui.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c32b51037..104e4725c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Ethereum
Ethereum Go Client © 2014 Jeffrey Wilcke.
-Current state: Proof of Concept 5.0 RC11.
+Current state: Proof of Concept 5.0 RC12.
For the development package please see the [eth-go package](https://github.com/ethereum/eth-go).
diff --git a/ethereal/ui/gui.go b/ethereal/ui/gui.go
index 5954df70c..2ba89ce22 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -56,7 +56,7 @@ func New(ethereum *eth.Ethereum) *Gui {
}
func (gui *Gui) Start(assetPath string) {
- const version = "0.5.0 RC11"
+ const version = "0.5.0 RC12"
defer gui.txDb.Close()