summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-05-12 15:18:54 +0000
committerAdam Jackson <ajax@nwnk.net>2006-05-12 15:18:54 +0000
commitf506712c5117d48cee6b36bc8b9ef1760b0506d6 (patch)
tree700f11f13c94a733050fe8ea2ea44b3030986dd9 /configure.ac
parent2284047bd919826e2ef1a8898eabfc3c8ec5d1a8 (diff)
Fix the soversion to 3.1.0.libXfixes-4_0_1XORG-7_1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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