v1.0.0 release
authorDaniel Drake <dsd@gentoo.org>
Sat, 13 Dec 2008 20:06:49 +0000 (20:06 +0000)
committerDaniel Drake <dsd@gentoo.org>
Sat, 13 Dec 2008 20:06:49 +0000 (20:06 +0000)
It's here!

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 6abbedf..09d4a55 100644 (file)
--- 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-12-13: v1.0.0 release
+ * Bug fixes
+
 2008-11-21: v0.9.4 release
  * Bug fixes
  * Add libusb_attach_kernel_driver()
index 6b5a694..e26ebe5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([libusb], [0.9.4])
+AC_INIT([libusb], [1.0.0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([libusb/core.c])
 AM_CONFIG_HEADER([config.h])