diff --git a/README.md b/README.md
index c54a555cb50e529323045bd152a565f9bf37f971..4830d9303248a1c953833ea4a2808aeacaafe434 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Status](http://build.ethdev.com/buildstatusimage?builder=Linux%20Go%20develop%20
 
 Ethereum Go Client © 2014 Jeffrey Wilcke.
 
-Current state: Proof of Concept 0.7
+Current state: Proof of Concept 0.8
 
 Ethereum is currently in its testing phase. 
 
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 95060025f9cebbd0db55d1adcde664a4873ebc1b..b238522820cecaf345a126bfed7ed71ce3cba4bd 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -32,7 +32,7 @@ import (
 
 const (
 	ClientIdentifier = "Ethereum(G)"
-	Version          = "0.7.11"
+	Version          = "0.8.0"
 )
 
 var clilogger = logger.NewLogger("CLI")
diff --git a/cmd/mist/main.go b/cmd/mist/main.go
index cae666d458d35cc5f52215de0c5a8e588b331e9a..ce5e8449a0e960d796d8db6b411f7243315c6c1b 100644
--- a/cmd/mist/main.go
+++ b/cmd/mist/main.go
@@ -32,7 +32,7 @@ import (
 
 const (
 	ClientIdentifier = "Mist"
-	Version          = "0.7.11"
+	Version          = "0.8.0"
 )
 
 var ethereum *eth.Ethereum