From f506712c5117d48cee6b36bc8b9ef1760b0506d6 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 12 May 2006 15:18:54 +0000 Subject: Fix the soversion to 3.1.0. --- ChangeLog | 5 +++++ configure.ac | 2 +- src/Makefile.am | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65f6936..32bec6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-12 Adam Jackson + + * src/Makefile.am: + Fix the soversion to 3.1.0. + 2006-04-11 Adam Jackson 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 -- cgit v1.2.3