aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-11-29 04:38:10 +0800
committerobscuren <geffobscura@gmail.com>2014-11-29 04:38:10 +0800
commita3559c5e1b469890bb8d71e9992175febaae31c7 (patch)
treea3f1c73b4cac569da045d292a3eee0e5889f6cdd
parentc8d0f8adc5145f650ced3ad5c8c008eb4b4094e2 (diff)
downloadgo-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.tar
go-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.gz
go-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.bz2
go-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.lz
go-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.xz
go-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.tar.zst
go-tangerine-a3559c5e1b469890bb8d71e9992175febaae31c7.zip
updated PV
-rw-r--r--cmd/ethereum/main.go2
-rw-r--r--cmd/mist/main.go2
-rw-r--r--peer.go2
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
diff --git a/peer.go b/peer.go
index b54978854..86423c816 100644
--- a/peer.go
+++ b/peer.go
@@ -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