Commit for the 111009 BETA release.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 21 Sep 2011 06:28:42 +0000 (06:28 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 21 Sep 2011 06:28:42 +0000 (06:28 +0000)
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/MigrationInformation.txt
LUFA/Version.h

index 526084b..b2ce391 100644 (file)
@@ -6,7 +6,7 @@
 
  /** \page Page_ChangeLog Project Changelog
   *
-  *  \section Sec_ChangeLogXXXXXX Version XXXXXX
+  *  \section Sec_ChangeLog111009b Version 111009b
   *  <b>New:</b>
   *  - Core:
   *   - Added USE_LUFA_CONFIG_HEADER compile time option to include a LUFAConfig.h header in the user director for LUFA configuration
index c465a4a..7190d65 100644 (file)
@@ -10,7 +10,7 @@
  *  to the next version released. It does not indicate all new additions to the library in each version change, only
  *  areas relevant to making older projects compatible with the API changes of each new release.
  *
- *  \section Sec_MigrationXXXXXX Migrating from 110528 to XXXXXX
+ *  \section Sec_Migration111009 Migrating from 110528 to 111009
  *  <b>Non-USB Library Components</b>
  *    - The \c JTAG_DEBUG_ASSERT() macro has been renamed \ref JTAG_ASSERT() to be consistent with \ref STDOUT_ASSERT().
  *
index 0e1411a..38dd33f 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     0x000000
+                       #define LUFA_VERSION_INTEGER     0x111009
 
                        /** Indicates the version number of the library, as a string. */
-                       #define LUFA_VERSION_STRING      "XXXXXX"
+                       #define LUFA_VERSION_STRING      "111009"
 
 #endif