Skip to content

Commit

Permalink
Merge pull request #750 from bettio/prepare-v0.6.0-alpha.0-release
Browse files Browse the repository at this point in the history
Prepare v0.6.0-alpha.0 release

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
  • Loading branch information
bettio committed Aug 13, 2023
2 parents 8f3b9f4 + 0486395 commit f7f26f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.6.0-alpha.1] - Unreleased

## [0.6.0-alpha.0] - 2023-08-13

### Added

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ option(AVM_DISABLE_FP "Disable floating point support." OFF)
option(AVM_DISABLE_SMP "Disable SMP." OFF)
option(AVM_USE_32BIT_FLOAT "Use 32 bit floats." OFF)
option(AVM_VERBOSE_ABORT "Print module and line number on VM abort" OFF)
option(AVM_RELEASE "Build an AtomVM release" OFF)
option(AVM_RELEASE "Build an AtomVM release" ON)
option(AVM_CREATE_STACKTRACES "Create stacktraces" ON)
option(COVERAGE "Build for code coverage" OFF)
option(RUN_DIALYZER "Run dialyzer on BEAM modules" ON)
Expand Down
4 changes: 2 additions & 2 deletions version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
#

set(ATOMVM_BASE_VERSION "0.6.0-dev")
set(ATOMVM_DEV TRUE)
set(ATOMVM_BASE_VERSION "0.6.0-alpha.0")
set(ATOMVM_DEV FALSE)

0 comments on commit f7f26f2

Please sign in to comment.