diff options
author | Adam Jackson <ajax@redhat.com> | 2010-11-22 14:50:13 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2011-03-08 10:58:13 -0500 |
commit | 54926675a9bbb732d3317316db4958e22922ea3f (patch) | |
tree | f46741d6cb8c0eebcd2d035d8bd8ed1c5e95880f /configure.ac | |
parent | c301e75b0316c00599caa88d95f384d63eb8bec0 (diff) |
libXfixes v5: Pointer barrierslibXfixes-5.0
v2: Use int * for device list, consistent with libXi.
v3: Update copyright year.
Reviewed-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index cf9a8d4..fc8c1e1 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_PREREQ([2.60]) # that 'revision' number appears in Xfixes.h and has to be manually # synchronized. # -AC_INIT(libXfixes, [4.0.5], +AC_INIT(libXfixes, [5.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXfixes]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |