From d0949641e2087be5fd6391020fb90fda217dd069 Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Wed, 22 Oct 2008 18:15:35 +0000 Subject: - documented release --- usbdrv/Changelog.txt | 2 ++ usbdrv/usbdrv.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/usbdrv/Changelog.txt b/usbdrv/Changelog.txt index 4ab1cd6..e456011 100644 --- a/usbdrv/Changelog.txt +++ b/usbdrv/Changelog.txt @@ -252,3 +252,5 @@ Scroll down to the bottom to see the most recent changes. - Added example code for oscillator tuning to libs-device (thanks to Henrik Haftmann for the idea to this routine). - Implemented option USB_CFG_SUPPRESS_INTR_CODE. + +* Release 2008-10-22 diff --git a/usbdrv/usbdrv.h b/usbdrv/usbdrv.h index 92554a2..fe3a3f7 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 20081020 +#define USBDRV_VERSION 20081022 /* 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