diff options
author | Pete Batard <pete@akeo.ie> | 2012-08-22 21:42:21 +0100 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2012-08-22 21:42:21 +0100 |
commit | 9ceb3bcd5ef5deda2a2c0d34dbef23f4afaff93d (patch) | |
tree | cf8425a70ff70ca139243aafdc8830584056bc04 /configure.ac | |
parent | 1421e31ec5f982cf570564617c788b7992e781ea (diff) | |
download | libusb-9ceb3bcd5ef5deda2a2c0d34dbef23f4afaff93d.tar.gz |
Misc: Update and shorten various libusbx URLs
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 b51555c..e19803c 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ LU_DEFINE_VERSION_ATOM([LIBUSB_MINOR]) LU_DEFINE_VERSION_ATOM([LIBUSB_MICRO]) LU_DEFINE_VERSION_RC_ATOM([LIBUSB_RC]) -AC_INIT([libusbx],[LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC],[libusbx-devel@lists.sourceforge.net],[libusbx],[http://www.libusbx.org/]) +AC_INIT([libusbx],[LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC],[libusbx-devel@lists.sourceforge.net],[libusbx],[http://libusbx.org]) # Library versioning # These numbers should be tweaked on every release. Read carefully: |