Preparing for libX11 1.7.0

Keith Packard keithp at keithp.com
Mon Nov 16 22:41:47 UTC 2020


Matthieu Herrb <matthieu at herrb.eu> writes:

> Since a new API was added, the shared lib version number in
> src/Makefie.am probably needs to be adjusted too.

Good point. I think we want 6:4:0 then? No changed or removed APIs, just
new ones, like this?

diff --git a/src/Makefile.am b/src/Makefile.am
index 7430bf41..634b75f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -364,7 +364,7 @@ if XKB
 USE_XKB_LIBS = $(XKB_LIBS)
 endif
 
-libX11_la_LDFLAGS = -version-number 6:3:0 -no-undefined
+libX11_la_LDFLAGS = -version-number 6:4:0 -no-undefined
 
 libX11_la_LIBADD = \
        $(LTLIBOBJS) \

-- 
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.x.org/archives/xorg-devel/attachments/20201116/a02603b5/attachment.sig>


More information about the xorg-devel mailing list