diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2008-11-26 17:24:43 +0000 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2008-11-26 17:24:43 +0000 |
commit | 8dbc2b24f60ead3d290670d5467871a283c78369 (patch) | |
tree | 7af36a6349aad35220718460183cf074768b20c8 | |
parent | 06fe8c434428bf9fbf7e119d86f5ab4b8b09c070 (diff) | |
download | v-usb-8dbc2b24f60ead3d290670d5467871a283c78369.tar.gz v-usb-8dbc2b24f60ead3d290670d5467871a283c78369.tar.bz2 v-usb-8dbc2b24f60ead3d290670d5467871a283c78369.zip |
- updated version
-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 a10a7ee..d428f60 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 20081022 +#define USBDRV_VERSION 20081126 /* 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 |