diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2009-08-22 11:49:05 +0000 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2009-08-22 11:49:05 +0000 |
commit | a189ab9fda1f7d433176f133be2976d9b6f86731 (patch) | |
tree | ae964acc0fd431f9fc6e153fa786d27651bb54c0 /usbdrv | |
parent | 17611a19600378c157e68c8808f476e4753f50a4 (diff) | |
download | v-usb-a189ab9fda1f7d433176f133be2976d9b6f86731.tar.gz v-usb-a189ab9fda1f7d433176f133be2976d9b6f86731.tar.bz2 v-usb-a189ab9fda1f7d433176f133be2976d9b6f86731.zip |
- changed release date
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 b4a49e6..769658d 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 20090415 +#define USBDRV_VERSION 20090822 /* 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 |