Skip to content

Commit

Permalink
staging: usbip: userspace: configure.ac: change package data
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed Jul 6, 2011
1 parent fb5ca81 commit c88f990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/usbip/userspace/configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c88f990

Please sign in to comment.