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 91b2880..ebbf5ae 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-08-23: v0.9.3 release
+ * Bug fixes
+
2008-07-19: v0.9.2 release
* Bug fixes
diff --git a/configure.ac b/configure.ac
index d8a2fe7..eedd98e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [0.9.2])
+AC_INIT([libusb], [0.9.3])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([libusb/core.c])
AM_CONFIG_HEADER([config.h])