X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/e0852408de92eada94b242cf84b007dc4f188467..e789ecaa096e17cc041ed887e99dc288b04962cb:/LUFA/Version.h diff --git a/LUFA/Version.h b/LUFA/Version.h index 0e1411aa7..6afb48602 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 0x000000 + #define LUFA_VERSION_INTEGER 0x110528 /** Indicates the version number of the library, as a string. */ - #define LUFA_VERSION_STRING "XXXXXX" + #define LUFA_VERSION_STRING "110528" #endif