Add missing MICRO board drivers.
[pub/lufa.git] / LUFA / Version.h
index d3ee7f3..264c941 100644 (file)
        /* Public Interface - May be used in end-application: */
                /* Macros: */
                        /** Indicates the version number of the library, as an integer. */
-                       #define LUFA_VERSION_INTEGER     0x140302
+                       #define LUFA_VERSION_INTEGER     0x140928
 
                        /** Indicates the version number of the library, as a string. */
-                       #define LUFA_VERSION_STRING      "140302"
+                       #define LUFA_VERSION_STRING      "140928"
 
 #endif