From 566af6ef92ce36d6b0cce22c8cf4ecd31afa10a0 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Mon, 9 May 2016 22:06:27 +0200 Subject: [PATCH 1/2] VERSION, cmd/geth: bumped version 1.4.2 --- VERSION | 2 +- cmd/geth/main.go | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 347f5833ee..9df886c42a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.1 +1.4.2 diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 975644d612..ff9b754858 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -47,11 +47,11 @@ import ( ) const ( - clientIdentifier = "Geth" // Client identifier to advertise over the network - versionMajor = 1 // Major version component of the current release - versionMinor = 4 // Minor version component of the current release - versionPatch = 1 // Patch version component of the current release - versionMeta = "rc" // Version metadata to append to the version string + clientIdentifier = "Geth" // Client identifier to advertise over the network + versionMajor = 1 // Major version component of the current release + versionMinor = 4 // Minor version component of the current release + versionPatch = 2 // Patch version component of the current release + versionMeta = "stable" // Version metadata to append to the version string versionOracle = "0xfa7b9770ca4cb04296cac84f37736d4041251cdf" // Ethereum address of the Geth release oracle ) From 8ea3c88e444d774bc5921b51e30715494c52f713 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Wed, 18 May 2016 01:10:24 +0200 Subject: [PATCH 2/2] Fake commit to restart the build servers Fake commit to hopefully fix the PPA issue. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aaf44997d6..70f90975e3 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,5 @@ included in our repository in the `COPYING.LESSER` file. The go-ethereum binaries (i.e. all code inside of the `cmd` directory) is licensed under the [GNU General Public License v3.0](http://www.gnu.org/licenses/gpl-3.0.en.html), also included in our repository in the `COPYING` file. + +