Fixed incorrect defined in Version.h.
[pub/USBasp.git] / LUFA / Version.h
index f36c40a..f1e3b1e 100644 (file)
@@ -41,9 +41,9 @@
        /* Public Interface - May be used in end-application: */\r
                /* Macros: */\r
                        /** Indicates the version number of the library, as an integer. */\r
-                       #define LUFA_VERSION_INTEGER     000000\r
+                       #define LUFA_VERSION_INTEGER     090401\r
 \r
                        /** Indicates the version number of the library, as a string. */\r
-                       #define LUFA_VERSION_STRING      "000000"\r
+                       #define LUFA_VERSION_STRING      "090401"\r
 \r
 #endif\r