From aba6360daa43551d9b581b125c12b3eb95fcf92f Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Tue, 13 May 2008 15:57:28 +0000 Subject: - enabled keyword expansion on *.inc files - updated version constant in header --- usbdrv/usbdrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usbdrv') 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 -- cgit v1.2.3