diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-08-09 01:55:02 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-08-09 01:55:02 +0000 |
| commit | dac2fbe8bf5964f3f289afbcd7765b6ed26223fa (patch) | |
| tree | a65fb7e5b62e5f96b65bfd253b7e82e153e6efb5 /LUFA/Version.h | |
| parent | 3162f7d6f88ae1459d9330bf2ef6612ff6a64c71 (diff) | |
Commit for the 100807 release.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1436 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 986ad1e7..ed8af11f 100644 --- a/LUFA/Version.h +++ b/LUFA/Version.h @@ -43,9 +43,9 @@ /* Public Interface - May be used in end-application: */ /* Macros: */ /** Indicates the version number of the library, as an integer. */ - #define LUFA_VERSION_INTEGER 0x000000 + #define LUFA_VERSION_INTEGER 0x100807 /** Indicates the version number of the library, as a string. */ - #define LUFA_VERSION_STRING "XXXXXX" + #define LUFA_VERSION_STRING "100807" #endif |
