From 4b0ad25354d5807fc9e77fda3397ee78332502c1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 28 Feb 2006 22:44:54 +0000 Subject: Bump to 1.0.2. --- ChangeLog | 6 ++++++ configure.ac | 2 +- src/Makefile.am | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8802ce..ced4c1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-28 Adam Jackson + + * configure.ac: + * src/Makefile.am: + Bump to 1.0.2. + 2006-02-28 Daniel Stone * src/maprules.c: diff --git a/configure.ac b/configure.ac index 3aa4d45..9a35abe 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libxkbfile, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libxkbfile) +AC_INIT(libxkbfile, 1.0.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libxkbfile) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE diff --git a/src/Makefile.am b/src/Makefile.am index ef9a4fb..6e3ec5f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,7 @@ INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/X11/extensions/ libxkbfile_la_LIBADD = @XKBFILE_LIBS@ AM_CFLAGS = @XKBFILE_CFLAGS@ -libxkbfile_la_LDFLAGS = -version-number 1:0:0 -no-undefined +libxkbfile_la_LDFLAGS = -version-number 1:0:2 -no-undefined libxkbfileincludedir = $(includedir)/X11/extensions libxkbfileinclude_HEADERS = \ -- cgit v1.2.3