summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-01-15 11:18:19 -0800
committerIan Romanick <idr@us.ibm.com>2007-01-15 11:18:19 -0800
commit37ce43c1804bad9c52b8316eaefd3a57b670ee29 (patch)
treee3f11f08d2ca0b462a395c45d804f789970ee40b /configure.ac
parentc65aa7630802c8dfcc06a20e515ace31ab0d0e48 (diff)
Convert pci_device_write_u* funtions to take a value instead of a pointer.
At anholt's request, the pci_device_write_u* functions have been converted to take the value to be written as a parameter instead of a pointer to the value. Bump the version to 0.8.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1c99739..74db3ec 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.7.0, [none yet], libpciaccess)
+AC_INIT(libpciaccess, 0.8.0, [none yet], libpciaccess)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE