diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-21 01:05:46 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-21 01:05:46 +0800 |
commit | cc43ab9a810125239636143a91609389b19b49c7 (patch) | |
tree | 5048e68a9df2a713f1b28102215567a4779aed83 /cmd | |
parent | 66d5559866f37a79a7b5aeccd03dfe1b4401542b (diff) | |
download | dexon-cc43ab9a810125239636143a91609389b19b49c7.tar dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.gz dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.bz2 dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.lz dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.xz dexon-cc43ab9a810125239636143a91609389b19b49c7.tar.zst dexon-cc43ab9a810125239636143a91609389b19b49c7.zip |
Minor updates for release
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/ethereum/main.go | 2 | ||||
-rw-r--r-- | cmd/mist/assets/qml/main.qml | 2 | ||||
-rw-r--r-- | cmd/mist/main.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 1f1a0b761..fcf7f8ef0 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -37,7 +37,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.8.3" + Version = "0.9.0" ) var clilogger = logger.NewLogger("CLI") diff --git a/cmd/mist/assets/qml/main.qml b/cmd/mist/assets/qml/main.qml index 937670bd2..c421d696c 100644 --- a/cmd/mist/assets/qml/main.qml +++ b/cmd/mist/assets/qml/main.qml @@ -964,7 +964,7 @@ ApplicationWindow { anchors.top: parent.top anchors.topMargin: 30 font.pointSize: 12 - text: "<h2>Mist (0.7.10)</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>Felix Lange<br>Taylor Gerring<br>Daniel Nagy<br><h3>UX</h3>Alex van de Sande<br>" + text: "<h2>Mist (0.9.0)</h2><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>Felix Lange<br>Taylor Gerring<br>Daniel Nagy<br>Gustav Simonsson<br><h3>UX/UI</h3>Alex van de Sande<br>Fabian Vogelsteller" } } diff --git a/cmd/mist/main.go b/cmd/mist/main.go index d41aa34bf..c7152347d 100644 --- a/cmd/mist/main.go +++ b/cmd/mist/main.go @@ -36,7 +36,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.8.3" + Version = "0.9.0" ) var ethereum *eth.Ethereum |