From: Dean Camera Date: Sat, 30 Jan 2021 05:40:04 +0000 (+1100) Subject: Reset version header release type and add dummy version changelog/known issues/migrat... X-Git-Url: http://git.linex4red.de/pub/lufa.git/commitdiff_plain/711f996902110520a9ee4b97ecac3b8f7358808e Reset version header release type and add dummy version changelog/known issues/migration notes. --- diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 2b08fa492..5789bcbd0 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -6,6 +6,9 @@ /** \page Page_ChangeLog Project Changelog * + * \section Sec_ChangeLogXXXXXX Version XXXXXX + * No changelog information. + * * \section Sec_ChangeLog210130 Version 210130 * New: * - Core: diff --git a/LUFA/DoxygenPages/KnownIssues.txt b/LUFA/DoxygenPages/KnownIssues.txt index 4b8e8badd..fefadcdb1 100644 --- a/LUFA/DoxygenPages/KnownIssues.txt +++ b/LUFA/DoxygenPages/KnownIssues.txt @@ -9,6 +9,9 @@ * 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. diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt index 8a1763223..777ac0406 100644 --- a/LUFA/DoxygenPages/MigrationInformation.txt +++ b/LUFA/DoxygenPages/MigrationInformation.txt @@ -10,6 +10,9 @@ * 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 * 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. diff --git a/LUFA/Version.h b/LUFA/Version.h index 4f236932b..fd56c5a0c 100644 --- a/LUFA/Version.h +++ b/LUFA/Version.h @@ -61,7 +61,7 @@ #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