diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-11 01:52:15 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-08-11 01:52:15 +0000 |
| commit | cc66bbe2322862ac9795e3551bc4394061682b5c (patch) | |
| tree | 0903f849fab0d0d26d6d5bd1af94327faebb7939 /LUFA/Version.h | |
| parent | c6be6704742328cc3b416b2bfbf6031c3388fad7 (diff) | |
Fix issue in CDC device class driver where received data the size of the data endpoint could lock up the driver.
Further work on the new CDC and HID host mode class drivers.
Reset changelog et. al. to reset development information for the new version currently under development.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@730 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Version.h')
| -rw-r--r-- | LUFA/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Version.h b/LUFA/Version.h index 35c5c073..3cb333eb 100644 --- a/LUFA/Version.h +++ b/LUFA/Version.h @@ -41,9 +41,9 @@ /* Public Interface - May be used in end-application: */
/* Macros: */
/** Indicates the version number of the library, as an integer. */
- #define LUFA_VERSION_INTEGER 090810
+ #define LUFA_VERSION_INTEGER 000000
/** Indicates the version number of the library, as a string. */
- #define LUFA_VERSION_STRING "090810"
+ #define LUFA_VERSION_STRING "XXXXXX"
#endif
|
