Skip to content

Commit

Permalink
audgui: Bump major version for GTK 2 -> 3 ABI break
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed May 4, 2024
1 parent 494702f commit 0926ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/libaudgui/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHARED_LIB = ${LIB_PREFIX}audgui${LIB_SUFFIX}
LIB_MAJOR = 5
LIB_MINOR = 2
LIB_MAJOR = 6
LIB_MINOR = 0

SRCS = about.cc \
confirm.cc \
Expand Down
4 changes: 2 additions & 2 deletions src/libaudgui/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libaudgui_lib = library('audgui',
include_directories: [src_inc],
dependencies: [gtk_dep, intl_dep],
link_with: [libaudcore_lib],
soversion: '5',
version: '5.2.0',
soversion: '6',
version: '6.0.0',
install: true
)

0 comments on commit 0926ff7

Please sign in to comment.