aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-12-16 18:32:43 +0800
committerGitHub <noreply@github.com>2016-12-16 18:32:43 +0800
commitaf8bc1c9087dd6fcf8fd81bd8aef25431f176143 (patch)
tree84f2761bbaaacd1ceea4d8e82d72f20de5099b2b
parent3a692e3df9b62852c951adece42f6d12b2d4a44a (diff)
parent7ce7d3e74c7e2de4514e4763bc88323dad214235 (diff)
downloaddexon-solidity-af8bc1c9087dd6fcf8fd81bd8aef25431f176143.tar.gz
dexon-solidity-af8bc1c9087dd6fcf8fd81bd8aef25431f176143.tar.zst
dexon-solidity-af8bc1c9087dd6fcf8fd81bd8aef25431f176143.zip
Merge pull request #1515 from ethereum/version
Update develop version.
-rw-r--r--CMakeLists.txt2
-rw-r--r--Changelog.md2
-rw-r--r--docs/conf.py4
3 files changed, 5 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ee66eebd..ecd857ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ include(EthPolicy)
eth_policy()
# project name and version should be set after cmake_policy CMP0048
-set(PROJECT_VERSION "0.4.7")
+set(PROJECT_VERSION "0.4.8")
project(solidity VERSION ${PROJECT_VERSION})
# Let's find our dependencies
diff --git a/Changelog.md b/Changelog.md
index 096c72d4..9faf0f8e 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,5 @@
+### 0.4.8 (unreleased)
+
### 0.4.7 (2016-12-15)
Features:
diff --git a/docs/conf.py b/docs/conf.py
index 2bc79fd9..ecabbb86 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -56,9 +56,9 @@ copyright = '2016, Ethereum'
# built documents.
#
# The short X.Y version.
-version = '0.4.7'
+version = '0.4.8'
# The full version, including alpha/beta/rc tags.
-release = '0.4.7-develop'
+release = '0.4.8-develop'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.