Skip to content

Commit

Permalink
updating to v3.4.0
Browse files Browse the repository at this point in the history
Former-commit-id: f9def405c5c5376af9e032c5bfbc4419987357a1
  • Loading branch information
SuperFola committed Sep 12, 2022
1 parent e6c2893 commit 425f7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [3.4.0] - 2022-09-12
### Added
- added new `async` and `await` builtins
- they can access the outer scope
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(ark CXX)

# VERSION
set(ARK_VERSION_MAJOR 3)
set(ARK_VERSION_MINOR 3)
set(ARK_VERSION_MINOR 4)
set(ARK_VERSION_PATCH 0)

include(cmake/link_time_optimization.cmake)
Expand Down

0 comments on commit 425f7ba

Please sign in to comment.