Commit for the 111009 BETA release.

pull/1469/head
Dean Camera 13 years ago
parent aae59857a2
commit 06de32b1c2

@ -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

@ -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().
*

@ -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 0x111009
/** Indicates the version number of the library, as a string. */
#define LUFA_VERSION_STRING "XXXXXX"
#define LUFA_VERSION_STRING "111009"
#endif

Loading…
Cancel
Save