Skip to content

Commit

Permalink
Bumped version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filcuc committed Dec 27, 2021
1 parent ed777c1 commit 7b7c0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ endmacro()
add_target(${PROJECT_NAME} SHARED)
set(major 0)
set(minor 8)
set(patch 1)
set(patch 2)
set_target_properties(${PROJECT_NAME}
PROPERTIES
SOVERSION "${major}.${minor}"
Expand Down
2 changes: 1 addition & 1 deletion lib/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib_version = '0.8.1'
lib_version = '0.8.2'
lib_dependencies = dependency('qt5', modules : ['Core', 'Gui', 'Widgets', 'Quick', 'Qml'])
lib_sources = [
'src/DOtherSide.cpp',
Expand Down

0 comments on commit 7b7c0a9

Please sign in to comment.