Skip to content

Commit

Permalink
Merge pull request #2 from bettio/prepare-0.11.0-rc.0
Browse files Browse the repository at this point in the history
Prepare 0.11.0-rc.0 release
  • Loading branch information
rbino authored Feb 27, 2020
2 parents 03d1261 + 3036102 commit 43d83a7
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
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [0.11.0-rc.0] - 2020-02-27

## [0.10.1] - 2019-10-02

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 10)
set(ASTARTE_DEVICE_SDK_QT5_RELEASE_VERSION 90)
set(ASTARTE_DEVICE_SDK_QT5_RELEASE_VERSION 99)
option(ASTARTE_DEVICE_SDK_QT5_DEVELOPMENT_RELEASE "Must be ON unless we're releasing" ON)

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

0 comments on commit 43d83a7

Please sign in to comment.