diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-10-11 06:20:18 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-10-11 06:20:18 +0000 |
| commit | ec47f99c1cb2dd41cadd182f19f93fc59c237a69 (patch) | |
| tree | 42033644a25aad1d5f901a75b9363e3dec025875 /LUFA/Version.h | |
| parent | c5a05edd8f3a742039e99b06ea7ee172fad70bf3 (diff) | |
Added User Application APIs to the CDC and DFU class bootloaders.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1943 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 38dd33fe..d8d74028 100644 --- a/LUFA/Version.h +++ b/LUFA/Version.h @@ -43,10 +43,10 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ /** Indicates the version number of the library, as an integer. */ - #define LUFA_VERSION_INTEGER 0x111009 + #define LUFA_VERSION_INTEGER 0x000000 /** Indicates the version number of the library, as a string. */ - #define LUFA_VERSION_STRING "111009" + #define LUFA_VERSION_STRING "000000" #endif |
