aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-03 23:58:47 +0800
committerGitHub <noreply@github.com>2018-12-03 23:58:47 +0800
commite6a01d26693aaa83fa9f6adb738cecceb658bd6c (patch)
treeacc3735151dad1ccf87e4305f5dd01203401507b
parent590be1d84cea9850ce69b68be3dc5294b39041e5 (diff)
parente7a0edbd97f9a770da68f6d6aeb33bf56d8cb594 (diff)
downloaddexon-solidity-e6a01d26693aaa83fa9f6adb738cecceb658bd6c.tar
dexon-solidity-e6a01d26693aaa83fa9f6adb738cecceb658bd6c.tar.gz
dexon-solidity-e6a01d26693aaa83fa9f6adb738cecceb658bd6c.tar.bz2
dexon-solidity-e6a01d26693aaa83fa9f6adb738cecceb658bd6c.tar.lz
dexon-solidity-e6a01d26693aaa83fa9f6adb738cecceb658bd6c.tar.xz
dexon-solidity-e6a01d26693aaa83fa9f6adb738cecceb658bd6c.tar.zst
dexon-solidity-e6a01d26693aaa83fa9f6adb738cecceb658bd6c.zip
Merge pull request #5574 from ethereum/version0.5.2
Set version to 0.5.2.
-rw-r--r--CMakeLists.txt2
-rw-r--r--Changelog.md11
2 files changed, 12 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b22ade23..399dd9df 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.5.1")
+set(PROJECT_VERSION "0.5.2")
project(solidity VERSION ${PROJECT_VERSION})
option(LLL "Build LLL" OFF)
diff --git a/Changelog.md b/Changelog.md
index a53cca7e..7bdcd518 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,14 @@
+### 0.5.2 (unreleased)
+
+Language Features:
+
+
+Compiler Features:
+
+
+Bugfixes:
+
+
### 0.5.1 (2018-12-03)
Language Features: