X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/a459f10b0c1a3e02f160ff3a1a2a0b45ae5b69a7..8711dc7ced0ed02a33a96222d86bd27f65c239ed:/LUFA/Version.h diff --git a/LUFA/Version.h b/LUFA/Version.h index 35c5c0738..3cb333ebb 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