diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 00:28:45 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 00:28:45 -0700 |
commit | 90c243accfb2dc3d4d85dd57d8aca518dab98842 (patch) | |
tree | 959200e10cccb639fd7654fbc8c128bec7aa675e | |
parent | c302ae79f7819f75628f798d15c980cbf42eec91 (diff) |
libXcomposite 0.4.1libXcomposite-0.4.1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c944ea1..3567715 100644 --- a/configure.ac +++ b/configure.ac @@ -25,14 +25,14 @@ AC_PREREQ([2.57]) dnl dnl Version should match the current XComposite version. XCompositeQueryVersion -dnl returns the version from xcompositewire.h, NOT the version we set here. But we -dnl try to keep these the same. Note that the library has an extra +dnl returns the version from xcompositewire.h, NOT the version we set here. +dnl But we 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 Xcomposite version l.n.m corresponds to protocol version l.n dnl that 'revision' number appears in Xcomposite.h and has to be manually dnl synchronized. dnl -AC_INIT(libXcomposite, 0.4.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXcomposite) +AC_INIT(libXcomposite, 0.4.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXcomposite) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |