diff --git a/mist/assets/qml/wallet.qml b/mist/assets/qml/wallet.qml
index 4bf9887f56..8a34caddf3 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: "
Mist (0.6.5)
Amalthea
Development
Jeffrey Wilcke
Viktor Trón
"
+ text: "Mist (0.6.5)
Amalthea
Development
Jeffrey Wilcke
Viktor Trón
Building
Maran Hidskes"
}
}
diff --git a/mist/gui.go b/mist/gui.go
index 538719703c..f80e467615 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)