Skip to content

Commit 09f6c1b

Browse files
committed
Bump soname of both libraries from 2 to 3
Somewhere between 2.0b5 and 2.0b7 some API functions have been removed, assuming that while in beta, the API is not expected to be stabilized. But as some distros have already included 2.0b5 we are bumping the soname, to not cause confusion with the distro's package build servers. Solves PR #84 but we go the simpler way of just using "3" as new soname.
1 parent ac27216 commit 09f6c1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpdb/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libcpdb_la_LIBADD = $(GLIB_LIBS)
1717
libcpdb_la_LIBADD += $(GIO_LIBS)
1818
libcpdb_la_LIBADD += $(GIOUNIX_LIBS)
1919

20-
libcpdb_la_LDFLAGS = -no-undefined -version-info 2
20+
libcpdb_la_LDFLAGS = -no-undefined -version-info 3
2121

2222

2323
libcpdb_frontend_la_SOURCES = cpdb-frontend.c \
@@ -33,7 +33,7 @@ libcpdb_frontend_la_LIBADD += $(GLIB_LIBS)
3333
libcpdb_frontend_la_LIBADD += $(GIO_LIBS)
3434
libcpdb_frontend_la_LIBADD += $(GIOUNIX_LIBS)
3535

36-
libcpdb_frontend_la_LDFLAGS = -no-undefined -version-info 2
36+
libcpdb_frontend_la_LDFLAGS = -no-undefined -version-info 3
3737

3838

3939
cpdb_headersdir = $(includedir)/cpdb

0 commit comments

Comments
 (0)