diff options
author | Adam Jackson <ajax@redhat.com> | 2012-03-05 11:00:14 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2012-03-05 11:00:14 -0500 |
commit | fa15fbcdbcfed09ea269ca3fb5f0e3dc2446e66f (patch) | |
tree | ac980d9e9ccc9470c62d340aad78c0951e419692 | |
parent | d2dc9f9daa45504f035b169aba94d0b154fd29f0 (diff) | |
parent | bf705561d347bc5459bc0af033595c66541cac3e (diff) | |
download | libpciaccess-fa15fbcdbcfed09ea269ca3fb5f0e3dc2446e66f.tar.gz libpciaccess-fa15fbcdbcfed09ea269ca3fb5f0e3dc2446e66f.tar.bz2 libpciaccess-fa15fbcdbcfed09ea269ca3fb5f0e3dc2446e66f.zip |
Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libpciaccess
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 159ddf7..cf85307 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libpciaccess],[0.12.902], +AC_INIT([libpciaccess],[0.13], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess],[libpciaccess]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |