Skip to content

Commit

Permalink
Merge pull request #18 from bettio/prepare-1.0.0-beta.2
Browse files Browse the repository at this point in the history
Prepare v1.0.0-beta.2 release
  • Loading branch information
rbino authored Mar 25, 2021
2 parents 6ec7b33 + c973dda commit 4e4b465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0-beta.2] - 2021-03-25

## [1.0.0-beta.1] - 2021-02-16
### Added
- Expose connection status in the SDK.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/mo
# Modify these variables to what suits the application best. Remember, no dashes in the version!
set(ASTARTE_DEVICE_SDK_QT5_ABI_VERSION 0)
set(ASTARTE_DEVICE_SDK_QT5_MINOR_VERSION 11)
set(ASTARTE_DEVICE_SDK_QT5_RELEASE_VERSION 91)
set(ASTARTE_DEVICE_SDK_QT5_RELEASE_VERSION 92)
option(ASTARTE_DEVICE_SDK_QT5_DEVELOPMENT_RELEASE "Must be ON unless we're releasing" OFF)

option(ENABLE_WERROR "Enables WError. Always enable when developing, and disable when releasing." OFF)
Expand Down

0 comments on commit 4e4b465

Please sign in to comment.