diff options
author | matt mooney <mfm@muteddisk.com> | 2011-06-19 22:44:52 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-07-05 20:12:17 -0700 |
commit | c88f9906c36de61a59a99e109ff04d5b0a4a29d1 (patch) | |
tree | 8ede230c5e116ce64215b5627da81188921b3a8b /drivers/staging/usbip | |
parent | fb5ca8131c4c94745a42d618701392bc74fd22a7 (diff) |
staging: usbip: userspace: configure.ac: change package data
Change package name to usbip-utils, email address to linux-usb, and
bump minor version number.
Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r-- | drivers/staging/usbip/userspace/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/usbip/userspace/configure.ac b/drivers/staging/usbip/userspace/configure.ac index 39e4a47fffc..89fefd55fc2 100644 --- a/drivers/staging/usbip/userspace/configure.ac +++ b/drivers/staging/usbip/userspace/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([usbip], [1.0.0], [usbip-devel@lists.sourceforge.net]) +AC_INIT([usbip-utils], [1.1.0], [linux-usb@vger.kernel.org]) AC_DEFINE([USBIP_VERSION], [0x00000100], [binary-coded decimal version number]) CURRENT=0 |