From: Dean Camera Date: Wed, 13 Apr 2011 06:22:33 +0000 (+0000) Subject: Create new tag for the 110528 release (Quality Assurance). X-Git-Tag: LUFA-110528-BETA~2 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/e789ecaa096e17cc041ed887e99dc288b04962cb?ds=inline Create new tag for the 110528 release (Quality Assurance). --- diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 97f9c3004..9671ea893 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -6,7 +6,7 @@ /** \page Page_ChangeLog Project Changelog * - * \section Sec_ChangeLogXXXXXX Version XXXXXX + * \section Sec_ChangeLog110528 Version 110528 * New: * - Core: * - Added new ORDERED_EP_CONFIG compile time option to restrict endpoint/pipe configuration to ascending order diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index 8d35bbd4c..61bdd61df 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/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 Migrating from 101122 to XXXXXX + * \section Sec_Migration110528 Migrating from 101122 to 110528 * Non-USB Library Components * - The TWI driver \ref TWI_StartTransmission() function return type has now changed, so that the function returns an * error code from the \ref TWI_ErrorCodes_t enum instead of a boolean success flag. Existing code must now check diff --git a/LUFA/Version.h b/LUFA/Version.h index 0e1411aa7..6afb48602 100644 --- a/LUFA/Version.h +++ b/LUFA/Version.h @@ -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 0x110528 /** Indicates the version number of the library, as a string. */ - #define LUFA_VERSION_STRING "XXXXXX" + #define LUFA_VERSION_STRING "110528" #endif