summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2009-06-13 17:19:07 +0100
committerDaniel Drake <dsd@gentoo.org>2009-06-13 17:19:07 +0100
commit8be256082eb9bd8e243d89529f742926bb29a21b (patch)
treebf94c529ffea38e1c18cb7cd2796cb3bf3597678
parent060e006e663fd59c281be29b71eb197e02b210e8 (diff)
downloadlibusb-1.0.2.tar.gz
v1.0.2 releasev1.0.2
-rw-r--r--Makefile.am1
-rw-r--r--NEWS3
-rw-r--r--configure.ac3
3 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c2d6f8d..8b90df0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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
--- 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
diff --git a/configure.ac b/configure.ac
index 2617a16..57327c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])