aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-07-30 16:59:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-07-30 16:59:38 +0000
commite90eeb791d42ad2c790f3aacf56344bc388076db (patch)
treebf545cc06c1f18a9eaf5927ab1f42c4059ff83f4 /LUFA
parentbcc45e24aa6cac11ca93c1b2ccafa795aa2e3eb2 (diff)
downloadlufa-e90eeb791d42ad2c790f3aacf56344bc388076db.tar.gz
lufa-e90eeb791d42ad2c790f3aacf56344bc388076db.tar.bz2
lufa-e90eeb791d42ad2c790f3aacf56344bc388076db.zip
Commit for the 120730 release.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
-rw-r--r--LUFA/DoxygenPages/KnownIssues.txt2
-rw-r--r--LUFA/DoxygenPages/MigrationInformation.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 419971661..1ef1dfcda 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -6,7 +6,7 @@
/** \page Page_ChangeLog Project Changelog
*
- * \section Sec_ChangeLog120730 Version 120730 (BETA)
+ * \section Sec_ChangeLog120730 Version 120730
* <b>New:</b>
* - Core:
* - Added new, revamped modular build system with new makefile templates
diff --git a/LUFA/DoxygenPages/KnownIssues.txt b/LUFA/DoxygenPages/KnownIssues.txt
index cbe761ecf..118bd559a 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_KnownIssues120730 Version 120730 (BETA)
+ * \section Sec_KnownIssues120730 Version 120730
* - AVR8 Architecture
* - No known issues.
* - UC3 Architecture
diff --git a/LUFA/DoxygenPages/MigrationInformation.txt b/LUFA/DoxygenPages/MigrationInformation.txt
index f97e76829..a4b584a51 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_Migration120730 Migrating from 120219 to 120730 (BETA)
+ * \section Sec_Migration120730 Migrating from 120219 to 120730
* <b>Device Mode</b>
* - The device mode Audio Class driver now requires an additional configuration parameter, the Audio Control interface index. Existing applications should
* be adjusted to specify the additional configuration parameter.