diff options
author | matt mooney <[email protected]> | 2011-07-07 00:31:56 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-07-08 14:01:18 -0700 |
commit | 0aee58894551d7a9992f79d77d89f5846eb5e938 (patch) | |
tree | e4e0adad1903e6b1201e6a67e940c7fbe592308b | |
parent | 45dd9a98f7968fb0f67995c6ba96f67bdfcd8100 (diff) |
staging: usbip: userspace: usbip-utils 1.1.1
Bump package revision number!
Signed-off-by: matt mooney <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/usbip/userspace/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/usbip/userspace/configure.ac b/drivers/staging/usbip/userspace/configure.ac index 89fefd55fc28..bf5cf49cb554 100644 --- a/drivers/staging/usbip/userspace/configure.ac +++ b/drivers/staging/usbip/userspace/configure.ac @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([usbip-utils], [1.1.0], [[email protected]]) -AC_DEFINE([USBIP_VERSION], [0x00000100], [binary-coded decimal version number]) +AC_INIT([usbip-utils], [1.1.1], [[email protected]]) +AC_DEFINE([USBIP_VERSION], [0x00000111], [binary-coded decimal version number]) CURRENT=0 REVISION=1 |