From 3af329db6dcbfb96d24867c757f9e125e5b7b0e5 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Mon, 19 Apr 2010 19:36:55 -0300 Subject: v1.0.7 release --- NEWS | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4d573d6..578cf54 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ This file lists notable changes in each release. For the full history of all changes, see ChangeLog. +2010-04-19: v1.0.7 +* Bug fixes and documentation tweaks +* Add more interface class definitions + 2009-11-22: v1.0.6 * Bug fixes * Increase libusb_handle_events() timeout to 60s for powersaving diff --git a/configure.ac b/configure.ac index 093a875..9c404e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libusb], [1.0.6]) +AC_INIT([libusb], [1.0.7]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libusb/core.c]) AC_CONFIG_MACRO_DIR([m4]) -- cgit v1.2.1