summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 578cf54..42c232c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
+2010-05-07: v1.0.8
+* Bug fixes
+
2010-04-19: v1.0.7
* Bug fixes and documentation tweaks
* Add more interface class definitions
diff --git a/configure.ac b/configure.ac
index 9c404e2..4668cf0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [1.0.7])
+AC_INIT([libusb], [1.0.8])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
AC_CONFIG_MACRO_DIR([m4])