parity-version: bump beta to 1.11.2 (#8750)

* parity-version: bump beta to 1.11.2

* parity-version: unset critical flag
This commit is contained in:
Afri Schoedon 2018-06-01 14:28:01 +02:00 committed by GitHub
parent 6654d02163
commit 69d6d8239f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
description = "Parity Ethereum client"
name = "parity"
# NOTE Make sure to update util/version/Cargo.toml as well
version = "1.11.1"
version = "1.11.2"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]

View File

@ -462,7 +462,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>1.11.1</string>
<string>1.11.2</string>
</dict>
<key>UUID</key>
<string>2DCD5B81-7BAF-4DA1-9251-6274B089FD36</string>

View File

@ -10,7 +10,7 @@
!define DESCRIPTION "Fast, light, robust Ethereum implementation"
!define VERSIONMAJOR 1
!define VERSIONMINOR 11
!define VERSIONBUILD 1
!define VERSIONBUILD 2
!define ARGS ""
!define FIRST_START_ARGS "--mode=passive ui"

View File

@ -3,7 +3,7 @@
[package]
name = "parity-version"
# NOTE: this value is used for Parity version string (via env CARGO_PKG_VERSION)
version = "1.11.1"
version = "1.11.2"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
@ -13,7 +13,7 @@ build = "build.rs"
track = "beta"
# Indicates a critical release in this track (i.e. consensus issue)
critical = true
critical = false
# Latest supported fork blocks for various networks. Used ONLY by auto-updater.
[package.metadata.forks]