Skip to content

Commit

Permalink
Bump roken SONAME version (fix #279)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Jan 4, 2019
1 parent 2604869 commit 99188ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/roken/Makefile.am
Expand Up @@ -8,7 +8,7 @@ CLEANFILES = roken.h make-roken.c $(XHEADERS)

lib_LTLIBRARIES = libroken.la

libroken_la_LDFLAGS = -version-info 19:0:1
libroken_la_LDFLAGS = -version-info 20:0:1
libroken_la_CPPFLAGS = -DBUILD_ROKEN_LIB

if versionscript
Expand Down
2 changes: 1 addition & 1 deletion lib/roken/version-script.map
@@ -1,4 +1,4 @@
HEIMDAL_ROKEN_1.0 {
HEIMDAL_ROKEN_2.0 {
global:
arg_printusage;
arg_printusage_i18n;
Expand Down

0 comments on commit 99188ea

Please sign in to comment.