aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-20 23:09:36 +0800
committerobscuren <geffobscura@gmail.com>2014-05-20 23:09:36 +0800
commit41989693024b45d069b6d5fd6b700b27ec377b0c (patch)
treeb8d4ffc72b06bcd60d6f61de70bea8b680ed8333
parent0cf617ef0c796cf97252fb64a92afc7cb1d892f2 (diff)
parent34014c1c516ea03b28e56db1a0478087d2416f74 (diff)
downloadgo-tangerine-41989693024b45d069b6d5fd6b700b27ec377b0c.tar.gz
go-tangerine-41989693024b45d069b6d5fd6b700b27ec377b0c.tar.zst
go-tangerine-41989693024b45d069b6d5fd6b700b27ec377b0c.zip
Merge branch 'release/poc5-rc7' into develop
-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 7337f9a3c..3a73f8ac9 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 RC6.
+Current state: Proof of Concept 5.0 RC7.
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 e465d5273..e267dabfd 100644
--- a/ethereal/ui/gui.go
+++ b/ethereal/ui/gui.go
@@ -55,7 +55,7 @@ func New(ethereum *eth.Ethereum) *Gui {
}
func (gui *Gui) Start(assetPath string) {
- const version = "0.5.0 RC6"
+ const version = "0.5.0 RC7"
defer gui.txDb.Close()