diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2009-03-23 11:13:24 +0000 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2009-03-23 11:13:24 +0000 |
commit | 7d111aa4aed9621c02181c66d28fe99a9836e788 (patch) | |
tree | 011a0d9872f4ba84b2a74a27a65d3f28f1454d94 /usbdrv | |
parent | 7fab4abbe77897c5ae066c546a435756bb0e337c (diff) | |
download | v-usb-7d111aa4aed9621c02181c66d28fe99a9836e788.tar.gz v-usb-7d111aa4aed9621c02181c66d28fe99a9836e788.tar.bz2 v-usb-7d111aa4aed9621c02181c66d28fe99a9836e788.zip |
- updated version number
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 9032bcf..2d948bd 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 20081126 +#define USBDRV_VERSION 20090323 /* 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 |