summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-05 16:51:06 -0500
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-03-05 16:51:06 -0500
commitb96e17d8a4fe8e19515c0f183e5e299939c6eca0 (patch)
tree95d52aeacdc21c5abc8b3fab087033e4db9cb680 /configure.ac
parent0b69465a3b118f3fe1c9b0c206996d510ccbec36 (diff)
downloadxorg-lib-libXdamage-b96e17d8a4fe8e19515c0f183e5e299939c6eca0.tar.gz
Fix DSO version number to match protocol number.libXdamage-1.1.1
Also increment package version number to 1.1.1 for eventual release.
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 55a2847..040eda2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ dnl try to keep these the same. Note that the library has an extra
dnl digit in the version number to track changes which don't affect the
dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n
dnl
-AC_INIT(libXdamage, 1.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXdamage)
+AC_INIT(libXdamage, 1.1.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXdamage)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE