diff --git a/config/templates.go b/config/templates.go index 66a4e5b88c9e8374ceeaf941d388e12978b96358..f38cbecabc027839baabe26406108e0744741f12 100644 --- a/config/templates.go +++ b/config/templates.go @@ -16,22 +16,22 @@ package config -const headerCopyright = `# Copyright 2015, 2016 Eris Industries (UK) Ltd. -# This file is part of Eris-RT -# Eris-RT is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Eris-RT is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Eris-RT. If not, see <http://www.gnu.org/licenses/>. - -# This is a TOML configuration for Eris-DB chains generated by Eris-CM +const headerCopyright = `# Copyright 2015-2017 Monax Industries Limited. +# This file is part of the Monax platform (Monax) + +# Monax is free software: you can use, redistribute it and/or modify +# it only under the terms of the GNU General Public License, version +# 3, as published by the Free Software Foundation. + +# Monax is distributed WITHOUT ANY WARRANTY pursuant to +# the terms of the Gnu General Public Licence, version 3, including +# (but not limited to) Clause 15 thereof. See the text of the +# GNU General Public License, version 3 for full terms. + +# You should have received a copy of the GNU General Public License, +# version 3, with Monax. If not, see <http://www.gnu.org/licenses/>. + +# This is a TOML configuration for Eris-DB chains generated by Eris. ` @@ -205,7 +205,7 @@ const sectionTendermint = ` ################################################################################ ## ## Tendermint -## version 0.6.0 +## version 0.6 ## ## in-process execution of Tendermint consensus engine ## @@ -300,7 +300,7 @@ const sectionErisMint = ` ################################################################################ ## ## Eris-Mint -## version 0.16.0 +## version 0.16 ## ## The original Ethereum virtual machine with IAVL merkle trees ## and tendermint/go-wire encoding diff --git a/version/version.go b/version/version.go index d38381a33ca53bc9a691a7c78286a93f53ea7ae6..6dfd478df781304268f68cee7a1d944d1b2af103 100644 --- a/version/version.go +++ b/version/version.go @@ -34,7 +34,7 @@ const ( // Minor version component of the current release erisVersionMinor = 16 // Patch version component of the current release - erisVersionPatch = 0 + erisVersionPatch = 1 ) var erisVersion *VersionIdentifier @@ -129,4 +129,4 @@ func (version *VersionIdentifier) MatchesMinorVersion( // IMPORTANT: Eris-DB version must be on the last line of this file for // the deployment script tests/build_tool.sh to pick up the right label. -const VERSION = "0.16.0" +const VERSION = "0.16.1"