/** \page Page_ChangeLog Project Changelog
*
+ * \section Sec_ChangeLogXXXXXX Version XXXXXX
+ * No changelog information.
+ *
* \section Sec_ChangeLog210130 Version 210130
* <b>New:</b>
* - Core:
* issues in the library. Most of these issues should be corrected in the future release - see
* \ref Page_FutureChanges for a list of planned changes in future releases.
*
+ * \section Sec_KnownIssuesXXXXXX Version XXXXXX
+ * No version information.
+ *
* \section Sec_KnownIssues210130 Version 210130
* - AVR8 Architecture
* - No known issues.
* 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 Version XXXXXX
+ * No migration information.
+ *
* \section Sec_Migration210130 Version 210130
* <b>Device Mode</b>
* - The \c DTYPE_CSInterface enum value has now been moved to the CDC and Audio drivers, as the constants \c CDC_DTYPE_CSInterface and \c AUDIO_DTYPE_CSInterface.
#define LUFA_VERSION_STRING "210130"
/** Indicates the release type of the library. */
- #define LUFA_VERSION_RELEASE_TYPE LUFA_VERSION_RELEASE_TYPE_FULL
+ #define LUFA_VERSION_RELEASE_TYPE LUFA_VERSION_RELEASE_TYPE_DEVELOPMENT
#endif