X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=d89cc8bf927c05dc4d336fe5014b9ebc6cc85540;hb=HEAD;hp=8c74adb5499a391dde40a5156155bf0ad188d242;hpb=038b745f507eaa3a88a61375494e1c027365764f;p=framework%2Fuifw%2Fxorg%2Flib%2Flibxrandr.git diff --git a/configure.ac b/configure.ac index 8c74adb..d89cc8b 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_PREREQ([2.60]) # digit in the version number to track changes which don't affect the # protocol, so Xrandr version l.n.m corresponds to protocol version l.n # -AC_INIT([libXrandr], [1.3.2], +AC_INIT([libXrandr], [1.4.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXrandr]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) @@ -40,7 +40,7 @@ AM_MAINTAINER_MODE # Initialize libtool AC_PROG_LIBTOOL - + # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], [m4_fatal([must install xorg-macros 1.8 or later before running autoconf/autogen])])