Skip to content

Commit cc4e24c

Browse files
author
Leonardo
authored
Merge pull request #11788 from ethereum/develop_088
Start 0.8.8
2 parents e28d00a + 5d7a2f3 commit cc4e24c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include(EthPolicy)
2121
eth_policy()
2222

2323
# project name and version should be set after cmake_policy CMP0048
24-
set(PROJECT_VERSION "0.8.7")
24+
set(PROJECT_VERSION "0.8.8")
2525
# OSX target needed in order to support std::visit
2626
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
2727
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 0.8.8 (unreleased)
2+
3+
Language Features:
4+
5+
6+
Compiler Features:
7+
8+
9+
Bugfixes:
10+
11+
12+
113
### 0.8.7 (2021-08-11)
214

315
Language Features:

0 commit comments

Comments
 (0)