diff options
author | Ian Romanick <idr@umwelt.(none)> | 2006-07-06 17:18:14 -0700 |
---|---|---|
committer | Ian Romanick <idr@umwelt.(none)> | 2006-07-06 17:18:14 -0700 |
commit | 2ba1a0e42928f82e678987c84598e1b9d8ba1ef9 (patch) | |
tree | c77778bba5db137c07e77caa1ea89a62793157b7 /configure.ac | |
parent | c0ff6e6141ee6ebb1f628931ae62f0fa8ef87061 (diff) | |
download | libpciaccess-2ba1a0e42928f82e678987c84598e1b9d8ba1ef9.tar.gz libpciaccess-2ba1a0e42928f82e678987c84598e1b9d8ba1ef9.tar.bz2 libpciaccess-2ba1a0e42928f82e678987c84598e1b9d8ba1ef9.zip |
Files missed (for reasons I still don't understand) on the previous
commit. REALLY add support for querying bridge information. Bump to
version 0.5.0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c901895..a968291 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ dnl refers to ${prefix}. Thus we have to use `eval' twice. AC_PREREQ([2.57]) -AC_INIT(libpciaccess, 0.4.0, [none yet], libpciaccess) +AC_INIT(libpciaccess, 0.5.0, [none yet], libpciaccess) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |