Skip to content

Commit

Permalink
Bumped version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filcuc committed Aug 11, 2022
1 parent 9148821 commit 105f6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Future release
# Version 0.9.0
* Added Qt6 support

# Version 0.8.1
Expand Down
4 changes: 2 additions & 2 deletions lib/CMakeLists.txt
Expand Up @@ -57,8 +57,8 @@ endmacro()
# Add shared version
add_target(${PROJECT_NAME} SHARED)
set(major 0)
set(minor 8)
set(patch 2)
set(minor 9)
set(patch 0)
set_target_properties(${PROJECT_NAME}
PROPERTIES
SOVERSION "${major}.${minor}"
Expand Down

0 comments on commit 105f6dc

Please sign in to comment.