diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2012-12-06 11:16:26 +0100 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2012-12-06 11:16:26 +0100 |
commit | 7575d9f972ac1fff44098c103e94f2e51a54b037 (patch) | |
tree | 3dd56e9ca486d331b931efb73197438bf95eac86 /usbdrv/usbdrv.h | |
parent | 761864f3eac67c25d4512309d6d3021d4a51c49f (diff) | |
download | v-usb-7575d9f972ac1fff44098c103e94f2e51a54b037.tar.gz v-usb-7575d9f972ac1fff44098c103e94f2e51a54b037.tar.bz2 v-usb-7575d9f972ac1fff44098c103e94f2e51a54b037.zip |
RELEASE: Updated version number to 20121206
Diffstat (limited to 'usbdrv/usbdrv.h')
-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 1708e38..3fe84d5 100644 --- a/usbdrv/usbdrv.h +++ b/usbdrv/usbdrv.h @@ -121,7 +121,7 @@ USB messages, even if they address another (low-speed) device on the same bus. /* --------------------------- Module Interface ---------------------------- */ /* ------------------------------------------------------------------------- */ -#define USBDRV_VERSION 20120109 +#define USBDRV_VERSION 20121206 /* 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 |