diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-22 22:35:25 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-22 22:35:25 +0800 |
commit | c35950de476bbfedfc17cb7842a03d9bbdba76fc (patch) | |
tree | b100268c922c9740635e77f6a68325f3d093afaa /mist | |
parent | 761af68df4093ef4925ef4df222925773fbaf7c1 (diff) | |
download | go-tangerine-c35950de476bbfedfc17cb7842a03d9bbdba76fc.tar go-tangerine-c35950de476bbfedfc17cb7842a03d9bbdba76fc.tar.gz go-tangerine-c35950de476bbfedfc17cb7842a03d9bbdba76fc.tar.bz2 go-tangerine-c35950de476bbfedfc17cb7842a03d9bbdba76fc.tar.lz go-tangerine-c35950de476bbfedfc17cb7842a03d9bbdba76fc.tar.xz go-tangerine-c35950de476bbfedfc17cb7842a03d9bbdba76fc.tar.zst go-tangerine-c35950de476bbfedfc17cb7842a03d9bbdba76fc.zip |
Version numbering
Diffstat (limited to 'mist')
-rw-r--r-- | mist/assets/qml/wallet.qml | 4 | ||||
-rw-r--r-- | mist/gui.go | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mist/assets/qml/wallet.qml b/mist/assets/qml/wallet.qml index 4bf9887f5..8a34caddf 100644 --- a/mist/assets/qml/wallet.qml +++ b/mist/assets/qml/wallet.qml @@ -804,9 +804,9 @@ ApplicationWindow { anchors.left: aboutIcon.right anchors.leftMargin: 10 anchors.top: parent.top - anchors.topMargin: 40 + anchors.topMargin: 30 font.pointSize: 12 - text: "<h2>Mist (0.6.5)</h2><h4>Amalthea</h4><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br>" + text: "<h2>Mist (0.6.5)</h2><h4>Amalthea</h4><br><h3>Development</h3>Jeffrey Wilcke<br>Viktor Trón<br><h3>Building</h3>Maran Hidskes" } } diff --git a/mist/gui.go b/mist/gui.go index 538719703..f80e46761 100644 --- a/mist/gui.go +++ b/mist/gui.go @@ -491,7 +491,7 @@ func (gui *Gui) setStatsPane() { runtime.ReadMemStats(&memStats) statsPane := gui.getObjectByName("statsPane") - statsPane.Set("text", fmt.Sprintf(`###### Mist 0.6.4 (%s) ####### + statsPane.Set("text", fmt.Sprintf(`###### Mist 0.6.5 (%s) ####### eth %d (p2p = %d) |