From 9140f5b414e37a3714cde9c6d6c87c963338a83a Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sat, 28 Jun 2008 21:28:44 -0500 Subject: v0.9.1 release --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1925928..67e89ba 100644 --- a/NEWS +++ b/NEWS @@ -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]) -- cgit v1.2.1