This commit is contained in:
obscuren 2014-07-17 15:36:16 +02:00
parent c951702423
commit 6c565eae74
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Ethereum
Ethereum Go Client © 2014 Jeffrey Wilcke. Ethereum Go Client © 2014 Jeffrey Wilcke.
Current state: Proof of Concept 0.5.16. Current state: Proof of Concept 0.5.17.
For the development package please see the [eth-go package](https://github.com/ethereum/eth-go). For the development package please see the [eth-go package](https://github.com/ethereum/eth-go).

View File

@ -10,7 +10,7 @@ import (
const ( const (
ClientIdentifier = "Ethereal" ClientIdentifier = "Ethereal"
Version = "0.5.16" Version = "0.5.17"
) )
func main() { func main() {

View File

@ -9,7 +9,7 @@ import (
const ( const (
ClientIdentifier = "Ethereum(G)" ClientIdentifier = "Ethereum(G)"
Version = "0.5.16" Version = "0.5.17"
) )
var logger = ethlog.NewLogger("CLI") var logger = ethlog.NewLogger("CLI")