From: Dean Camera Date: Sat, 30 Jan 2021 05:14:25 +0000 (+1100) Subject: Update version numbers for the 2021-01-30 release. X-Git-Tag: LUFA-210130 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/fa2cc3e1c3abab7c971506bd86ca4e28ecc7d288?ds=inline Update version numbers for the 2021-01-30 release. --- diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 32332e8c6..2b08fa492 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -6,7 +6,7 @@ /** \page Page_ChangeLog Project Changelog * - * \section Sec_ChangeLogXXXXXX Version XXXXXX + * \section Sec_ChangeLog210130 Version 210130 * New: * - Core: * - The USE_INTERNAL_SERIAL definition can now be overridden by the user to a custom string index (thanks to Nicohood) diff --git a/LUFA/DoxygenPages/KnownIssues.txt b/LUFA/DoxygenPages/KnownIssues.txt index 9c17be45b..4b8e8badd 100644 --- a/LUFA/DoxygenPages/KnownIssues.txt +++ b/LUFA/DoxygenPages/KnownIssues.txt @@ -9,7 +9,7 @@ * 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 + * \section Sec_KnownIssues210130 Version 210130 * - AVR8 Architecture * - No known issues. * - UC3 Architecture diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt index c456966a8..8a1763223 100644 --- a/LUFA/DoxygenPages/MigrationInformation.txt +++ b/LUFA/DoxygenPages/MigrationInformation.txt @@ -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 Version XXXXXX + * \section Sec_Migration210130 Version 210130 * Device Mode * - 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. * - The \c DTYPE_CSEndpoint enum value has now been moved to the CDC and Audio drivers, as the constants \c CDC_DTYPE_CSEndpoint and \c AUDIO_DTYPE_CSEndpoint. diff --git a/LUFA/Version.h b/LUFA/Version.h index e71e18c8f..4f236932b 100644 --- a/LUFA/Version.h +++ b/LUFA/Version.h @@ -55,13 +55,13 @@ /**@}*/ /** Indicates the version number of the library, as an integer. \note This value is only updates in non-development releases. */ - #define LUFA_VERSION_INTEGER 0x170418 + #define LUFA_VERSION_INTEGER 0x210130 /** Indicates the version number of the library, as a string. \note This value is only updates in non-development releases. */ - #define LUFA_VERSION_STRING "170418" + #define LUFA_VERSION_STRING "210130" /** Indicates the release type of the library. */ - #define LUFA_VERSION_RELEASE_TYPE LUFA_VERSION_RELEASE_TYPE_DEVELOPMENT + #define LUFA_VERSION_RELEASE_TYPE LUFA_VERSION_RELEASE_TYPE_FULL #endif