diff options
| author | Christian Starkjohann <cs+github@obdev.at> | 2008-05-13 15:57:28 +0000 |
|---|---|---|
| committer | Christian Starkjohann <cs+github@obdev.at> | 2008-05-13 15:57:28 +0000 |
| commit | aba6360daa43551d9b581b125c12b3eb95fcf92f (patch) | |
| tree | 26a1dff6eb889a97be49356abd6ce28b66b7c56d | |
| parent | d7549d22b6a93d0aef38d7ed893bf5130e0c9159 (diff) | |
| download | v-usb-aba6360daa43551d9b581b125c12b3eb95fcf92f.tar.gz v-usb-aba6360daa43551d9b581b125c12b3eb95fcf92f.tar.bz2 v-usb-aba6360daa43551d9b581b125c12b3eb95fcf92f.zip | |
- enabled keyword expansion on *.inc files
- updated version constant in header
| -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 2f8bd26..4769917 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 20080418 +#define USBDRV_VERSION 20080513 /* 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 |
