diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-06-28 21:28:44 -0500 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-06-28 21:28:44 -0500 |
commit | 9140f5b414e37a3714cde9c6d6c87c963338a83a (patch) | |
tree | 0fa33699f7e45294f6e51e0a425ec83af5c02918 /configure.ac | |
parent | 83a029062c1d2bfb584d7a6ee94915583d37464c (diff) | |
download | libusb-9140f5b414e37a3714cde9c6d6c87c963338a83a.tar.gz |
v0.9.1 releasev0.9.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4f5232a..74af09f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libusb], [0.9.0]) +AC_INIT([libusb], [0.9.1]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libusb/core.c]) AM_CONFIG_HEADER([config.h]) |