Skip to content

Commit

Permalink
Bump shared library version numbers.
Browse files Browse the repository at this point in the history
* Makefile.in (LIBFFCALL_VERSION_INFO): Bump to 1:1:1.
* avcall/Makefile.in (LIBAVCALL_VERSION_INFO): Bump to 2:1:1.
* trampoline/Makefile.in (LIBTRAMPOLINE_VERSION_INFO): Bump to 1:4:0.
* callback/Makefile.in (LIBCALLBACK_VERSION_INFO): Bump to 1:5:0.
  • Loading branch information
bhaible committed Sep 2, 2024
1 parent 16ce2a4 commit e09fc11
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-09-02 Bruno Haible <[email protected]>

Bump shared library version numbers.
* Makefile.in (LIBFFCALL_VERSION_INFO): Bump to 1:1:1.
* avcall/Makefile.in (LIBAVCALL_VERSION_INFO): Bump to 2:1:1.
* trampoline/Makefile.in (LIBTRAMPOLINE_VERSION_INFO): Bump to 1:4:0.
* callback/Makefile.in (LIBCALLBACK_VERSION_INFO): Bump to 1:5:0.

2024-09-02 Bruno Haible <[email protected]>

build: Trim the code size of gnulib dependencies.
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ LIBFFCALL_EXPORTED_SYMBOLS_REGEX = '^ffcall_|^avcall_|^callback_|_callback$$'

# Before making a release, change this according to the libtool documentation,
# section "Library interface versions".
LIBFFCALL_VERSION_INFO = 1:0:1
LIBFFCALL_VERSION_INFO = 1:1:1

all : all-subdirs libffcall.la

Expand Down
2 changes: 1 addition & 1 deletion avcall/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LIBAVCALL_EXPORTED_SYMBOLS_REGEX = '^avcall_|^__builtin_avcall$$'

# Before making a release, change this according to the libtool documentation,
# section "Library interface versions".
LIBAVCALL_VERSION_INFO = 2:0:1
LIBAVCALL_VERSION_INFO = 2:1:1

all : $(OBJECTS) libavcall.la $(srcdir)/avcall.3 $(srcdir)/avcall.html

Expand Down
2 changes: 1 addition & 1 deletion callback/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ LIBCALLBACK_EXPORTED_SYMBOLS_REGEX = '^callback_|_callback$$|^trampoline_r_data0

# Before making a release, change this according to the libtool documentation,
# section "Library interface versions".
LIBCALLBACK_VERSION_INFO = 1:4:0
LIBCALLBACK_VERSION_INFO = 1:5:0

all : all-subdirs libcallback.la $(srcdir)/callback.3 $(srcdir)/callback.html

Expand Down
2 changes: 1 addition & 1 deletion trampoline/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ LIBTRAMPOLINE_EXPORTED_SYMBOLS_REGEX = 'trampoline'

# Before making a release, change this according to the libtool documentation,
# section "Library interface versions".
LIBTRAMPOLINE_VERSION_INFO = 1:3:0
LIBTRAMPOLINE_VERSION_INFO = 1:4:0

all : $(OBJECTS) libtrampoline.la $(srcdir)/trampoline.3 $(srcdir)/trampoline.html

Expand Down

0 comments on commit e09fc11

Please sign in to comment.