We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07a7930 + cc11c6f commit abe869aCopy full SHA for abe869a
CMakeLists.txt
@@ -21,7 +21,7 @@ include(EthPolicy)
21
eth_policy()
22
23
# project name and version should be set after cmake_policy CMP0048
24
-set(PROJECT_VERSION "0.8.16")
+set(PROJECT_VERSION "0.8.17")
25
# OSX target needed in order to support std::visit
26
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
27
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
Changelog.md
@@ -1,3 +1,17 @@
1
+### 0.8.17 (unreleased)
2
+
3
+Important Bugfixes:
4
5
6
+Language Features:
7
8
9
+Compiler Features:
10
11
12
+Bugfixes:
13
14
15
### 0.8.16 (2022-08-08)
16
17
Important Bugfixes:
0 commit comments