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 67e89ba..91b2880 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.
+2008-07-19: v0.9.2 release
+ * Bug fixes
+
2008-06-28: v0.9.1 release
* Bug fixes
* Introduce contexts to the API
diff --git a/configure.ac b/configure.ac
index 74af09f..d8a2fe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [0.9.1])
+AC_INIT([libusb], [0.9.2])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
AM_CONFIG_HEADER([config.h])