diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-05-12 15:18:54 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-05-12 15:18:54 +0000 |
commit | f506712c5117d48cee6b36bc8b9ef1760b0506d6 (patch) | |
tree | 700f11f13c94a733050fe8ea2ea44b3030986dd9 | |
parent | 2284047bd919826e2ef1a8898eabfc3c8ec5d1a8 (diff) |
Fix the soversion to 3.1.0.libXfixes-4_0_1XORG-7_1
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2006-05-12 Adam Jackson <ajax@freedesktop.org> + + * src/Makefile.am: + Fix the soversion to 3.1.0. + 2006-04-11 Adam Jackson <ajax@freedesktop.org> Bump to 4.0 for release. diff --git a/configure.ac b/configure.ac index 7b7dadc..54ebdd6 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n, dnl that 'revision' number appears in Xfixes.h and has to be manually dnl synchronized. dnl -AC_INIT(libXfixes, 4.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfixes) +AC_INIT(libXfixes, 4.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXfixes) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE diff --git a/src/Makefile.am b/src/Makefile.am index 7bd9d96..27ba027 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,7 @@ AM_CFLAGS = @X_CFLAGS@ @FIXESEXT_CFLAGS@ INCLUDES = -I$(top_srcdir)/include/X11/extensions -libXfixes_la_LDFLAGS = -version-number 3:0:0 -no-undefined +libXfixes_la_LDFLAGS = -version-number 3:1:0 -no-undefined libXfixesincludedir = $(includedir)/X11/extensions libXfixesinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xfixes.h |