Skip to content

Commit

Permalink
Merge pull request #15125 from ethereum/revert-15123-set-version-to-0…
Browse files Browse the repository at this point in the history
…-8-27

Revert "Set version to 0 8 27"
  • Loading branch information
nikola-matic authored May 21, 2024
2 parents 0573f35 + a8406b5 commit 8a97fa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(EthPolicy)
eth_policy()

# project name and version should be set after cmake_policy CMP0048
set(PROJECT_VERSION "0.8.27")
set(PROJECT_VERSION "0.8.26")
# OSX target needed in order to support std::visit
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)
Expand Down
11 changes: 0 additions & 11 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
### 0.8.27 (unreleased)

Language Features:


Compiler Features:


Bugfixes:


### 0.8.26 (2024-05-21)

Language Features:
Expand Down

0 comments on commit 8a97fa7

Please sign in to comment.