diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2008-10-20 16:15:35 +0000 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2008-10-20 16:15:35 +0000 |
commit | ebbb33ad837a582b9efa735a62b7fcbb6e21e5ea (patch) | |
tree | 215456300be9d44c134af803923ee3a09dcf3796 /usbdrv | |
parent | 715ce671e0db221ab4f31674b21c3b3f489adef1 (diff) | |
download | v-usb-ebbb33ad837a582b9efa735a62b7fcbb6e21e5ea.tar.gz v-usb-ebbb33ad837a582b9efa735a62b7fcbb6e21e5ea.tar.bz2 v-usb-ebbb33ad837a582b9efa735a62b7fcbb6e21e5ea.zip |
- updated version
Diffstat (limited to 'usbdrv')
-rw-r--r-- | usbdrv/usbdrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbdrv.h b/usbdrv/usbdrv.h index 5bab059..1e938e6 100644 --- a/usbdrv/usbdrv.h +++ b/usbdrv/usbdrv.h @@ -122,7 +122,7 @@ USB messages, even if they address another (low-speed) device on the same bus. /* --------------------------- Module Interface ---------------------------- */ /* ------------------------------------------------------------------------- */ -#define USBDRV_VERSION 20080513 +#define USBDRV_VERSION 20081020 /* This define uniquely identifies a driver version. It is a decimal number * constructed from the driver's release date in the form YYYYMMDD. If the * driver's behavior or interface changes, you can use this constant to |