diff options
author | Daniel Drake <dsd@gentoo.org> | 2009-05-12 19:03:37 -0400 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2009-05-12 19:03:37 -0400 |
commit | aa24c04e4043e39674b59ff0d302b2365cd0078f (patch) | |
tree | 60a22a8c3ff1f976fdf10f8aff544846868b36c4 /configure.ac | |
parent | 44767677447fae4267131f99c591b14117486cac (diff) | |
download | libusb-aa24c04e4043e39674b59ff0d302b2365cd0078f.tar.gz |
v1.0.1 releasev1.0.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 0b586bc..dad73de 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libusb], [1.0.0]) +AC_INIT([libusb], [1.0.1]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([libusb/core.c]) AM_CONFIG_HEADER([config.h]) |