From 8603538c6ab5488e70179bdfcf46196b7defe253 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 12 Jul 2005 07:59:16 +0000 Subject: Change version to 1.3.0 and soversion to 6.0.0; add XIint.h to distfiles. --- configure.ac | 2 +- src/Makefile.am | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index bb8ba16..a9fefc8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libXi, 1.0, [xorg@lists.freedesktop.org], libXi) +AC_INIT(libXi, 1.3.0, [xorg@lists.freedesktop.org], libXi) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE diff --git a/src/Makefile.am b/src/Makefile.am index 718fceb..bd28c76 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,7 +39,8 @@ libXi_la_SOURCES = \ XUngrDev.c \ XUngrDvB.c \ XUngrDvK.c \ - XExtInt.c + XExtInt.c \ + XIint.h libXi_la_LIBADD = $(XI_LIBS) @@ -52,7 +53,7 @@ AM_CFLAGS = $(XI_CFLAGS) # instructions on when and how to change this value # # bump when the ABI changes -XI_CURRENT=1 +XI_CURRENT=6 # bump for non-ABI changes, reset to zero when CURRENT changes XI_REVISION=0 # bump when the ABI changes in backward-compatible fashion -- cgit v1.2.3