diff options
author | obscuren <geffobscura@gmail.com> | 2014-11-29 04:38:10 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-11-29 04:38:10 +0800 |
commit | a3559c5e1b469890bb8d71e9992175febaae31c7 (patch) | |
tree | a3f1c73b4cac569da045d292a3eee0e5889f6cdd | |
parent | c8d0f8adc5145f650ced3ad5c8c008eb4b4094e2 (diff) | |
download | go-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.gz go-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.zst go-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.zip |
updated PV
-rw-r--r-- | cmd/ethereum/main.go | 2 | ||||
-rw-r--r-- | cmd/mist/main.go | 2 | ||||
-rw-r--r-- | peer.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go index 88549b30a..1493de384 100644 --- a/cmd/ethereum/main.go +++ b/cmd/ethereum/main.go @@ -30,7 +30,7 @@ import ( const ( ClientIdentifier = "Ethereum(G)" - Version = "0.7.5" + Version = "0.7.6" ) var clilogger = logger.NewLogger("CLI") diff --git a/cmd/mist/main.go b/cmd/mist/main.go index bc05d4f3d..39beeafdb 100644 --- a/cmd/mist/main.go +++ b/cmd/mist/main.go @@ -31,7 +31,7 @@ import ( const ( ClientIdentifier = "Mist" - Version = "0.7.5" + Version = "0.7.6" ) var ethereum *eth.Ethereum @@ -24,7 +24,7 @@ const ( // The size of the output buffer for writing messages outputBufferSize = 50 // Current protocol version - ProtocolVersion = 42 + ProtocolVersion = 45 // Current P2P version P2PVersion = 2 // Ethereum network version |