v1.0.2 release
authorDaniel Drake <dsd@gentoo.org>
Sat, 13 Jun 2009 16:19:07 +0000 (17:19 +0100)
committerDaniel Drake <dsd@gentoo.org>
Sat, 13 Jun 2009 16:19:07 +0000 (17:19 +0100)
Makefile.am
NEWS
configure.ac

index c2d6f8d..8b90df0 100644 (file)
@@ -1,4 +1,5 @@
 AUTOMAKE_OPTIONS = dist-bzip2
+ACLOCAL_AMFLAGS = -I m4
 DISTCLEANFILES = ChangeLog libusb-1.0.pc
 EXTRA_DIST = TODO PORTING BUGS
 SUBDIRS = libusb doc
diff --git a/NEWS b/NEWS
index 0a6556b..19614c8 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.
 
+2009-06-13: v1.0.2 release
+ * Bug fixes
+
 2009-05-12: v1.0.1 release
  * Bug fixes
  * Darwin backend
index 2617a16..57327c0 100644 (file)
@@ -1,6 +1,7 @@
-AC_INIT([libusb], [1.0.1])
+AC_INIT([libusb], [1.0.2])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([libusb/core.c])
+AC_CONFIG_MACRO_DIR([m4])
 AM_CONFIG_HEADER([config.h])
 
 AC_PREREQ([2.50])