diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +2008-06-28: v0.9.1 release + * Bug fixes + * Introduce contexts to the API + * Compatibility with new Linux kernel features + 2008-05-25: v0.9.0 release * First libusb-1.0 beta release diff --git a/configure.ac b/configure.ac index 4f5232a..74af09f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libusb], [0.9.0]) +AC_INIT([libusb], [0.9.1]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libusb/core.c]) AM_CONFIG_HEADER([config.h]) |