Skip to content

Commit

Permalink
Bump version to 1.6.3 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
buschmann23 committed Mar 7, 2022
1 parent b76b584 commit dcdfb19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
HBN SFOS Components 1.6.3 - 2022-03-07
* changed: do not link against libdbus but use macros to get
dbus version

HBN SFOS Components 1.6.2 - 2022-02-22
* changed: adopt to changes in HBN SFOS Cmake

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(SET CMP0048 NEW)
cmake_policy(SET CMP0077 NEW)

project(libHbnSfosComponents
VERSION 1.6.2
VERSION 1.6.3
DESCRIPTION "A set of QML components to use on Sailfish OS."
LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ branch/tag to work with. Or integrate it as a submodule into your project git tr

### Cloning and branching

git clone --branch v1.6.0 https://github.com/Huessenbergnetz/HBN_SFOS_Components.git
git clone --branch v1.6.3 https://github.com/Huessenbergnetz/HBN_SFOS_Components.git

### Requirements
* [HBN SFOS Cmake](https://github.com/Huessenbergnetz/HBN_SFOS_Cmake)
Expand Down

0 comments on commit dcdfb19

Please sign in to comment.