Skip to content

Commit

Permalink
Bump revision up to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Angelovic committed Jan 16, 2019
1 parent d957948 commit 58895d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.8)

project(sdbus-c++ VERSION 0.4.0 LANGUAGES C CXX)
project(sdbus-c++ VERSION 0.4.1 LANGUAGES C CXX)

include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file

Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ v0.3.3
v0.4.0
- Introduce support and implementation of common D-Bus annotations
- Remove hard-coded warning-related compiler options from the build system

v0.4.1
- Change constexpr member into a getter method to be compatible across odr-usage rules of various compiler versions

0 comments on commit 58895d2

Please sign in to comment.