diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-02-28 22:44:54 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-02-28 22:44:54 +0000 |
commit | 4b0ad25354d5807fc9e77fda3397ee78332502c1 (patch) | |
tree | 1c237818ed6da3d4505b969e28fde74f38fcca40 | |
parent | 514262ec90db007dfce2c1523b2bc67988f395f1 (diff) |
Bump to 1.0.2.libxkbfile-1_0_2
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2006-02-28 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + * src/Makefile.am: + Bump to 1.0.2. + 2006-02-28 Daniel Stone <daniel@freedesktop.org> * 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 = \ |