summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-07-19 17:51:28 -0500
committerDaniel Drake <dsd@gentoo.org>2008-07-19 17:51:42 -0500
commit1631eaefcc7cdf7047c6b9225618a9aa1b3d87d1 (patch)
treea2f6bf24399c9b8ee00c5cfba751d6b7baf0eeaa
parent0d9c40d7f3eee15ada624b5caab2cfb912144fdc (diff)
downloadlibusb-1631eaefcc7cdf7047c6b9225618a9aa1b3d87d1.tar.gz
v0.9.2 releasev0.9.2
-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])