From 2ff2996dcb4cfd83da6df4504b68b492b983204b Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 9 Apr 2012 19:05:27 +0200 Subject: [PATCH] Bump to 0.13.1 Signed-off-by: Julien Cristau --- configure.ac | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cf85307..f2498c7 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libpciaccess],[0.13], +AC_INIT([libpciaccess],[0.13.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess],[libpciaccess]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/Makefile.am b/src/Makefile.am index 13a7d94..0d71a80 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -70,4 +70,4 @@ libpciaccess_la_SOURCES = common_bridge.c \ libpciaccess_la_LIBADD = $(PCIACCESS_LIBS) -libpciaccess_la_LDFLAGS = -version-number 0:11:0 -no-undefined +libpciaccess_la_LDFLAGS = -version-number 0:11:1 -no-undefined -- 2.7.4