v0.9.3 release
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])