Commit for the LUFA-120730-BETA release.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 16 Jul 2012 17:07:47 +0000 (17:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 16 Jul 2012 17:07:47 +0000 (17:07 +0000)
LUFA/DoxygenPages/ChangeLog.txt
LUFA/DoxygenPages/ExportingLibrary.txt
LUFA/DoxygenPages/KnownIssues.txt
LUFA/DoxygenPages/MigrationInformation.txt
LUFA/Version.h

index fc0efef..999af82 100644 (file)
@@ -6,7 +6,7 @@
 
  /** \page Page_ChangeLog Project Changelog
   *
 
  /** \page Page_ChangeLog Project Changelog
   *
-  *  \section Sec_ChangeLogXXXXXX Version XXXXXX
+  *  \section Sec_ChangeLog120730 Version 120730 (BETA)
   *  <b>New:</b>
   *  - Core:
   *   - Added new, revamped modular build system with new makefile templates
   *  <b>New:</b>
   *  - Core:
   *   - Added new, revamped modular build system with new makefile templates
index 1cd1242..d4c1cbe 100644 (file)
  *  \subsection SSec_AutomaticExport Automatic Export
  *  If desired, the steps indicated in \ref SSec_ManualExport may be automatically performed, by running the
  *  command <b><code>make export_tar</code></b> from the command line. This will generate two .tar files in the
  *  \subsection SSec_AutomaticExport Automatic Export
  *  If desired, the steps indicated in \ref SSec_ManualExport may be automatically performed, by running the
  *  command <b><code>make export_tar</code></b> from the command line. This will generate two .tar files in the
- *  current directory, named <code>LUFA_XXXXXX.tar</code> and <code>LUFA_XXXXXX_Code_Templates.tar</code> (where "XXXXXX" is
- *  the version of the library being exported). The first archive contains the exported LUFA core with the
- *  non-required files removed, while the second contains an archived copy of the code template files for the
- *  current LUFA version.
+ *  current directory, named <code>LUFA_YYMMDD.tar</code> and <code>LUFA_YYMMDD_Code_Templates.tar</code> (where
+ *  "YYMMDD" is the version of the library being exported). The first archive contains the exported LUFA core
+ *  with the non-required files removed, while the second contains an archived copy of the code template files 
+ *  for the current LUFA version.
  *
  *  The resulting archived copy of the library may then be extracted to your chosen IDE project source directory
  *  and imported according to the instructions shown in \ref Sec_LibraryImport.
  *
  *  The resulting archived copy of the library may then be extracted to your chosen IDE project source directory
  *  and imported according to the instructions shown in \ref Sec_LibraryImport.
index bd7d420..cbe761e 100644 (file)
@@ -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.
   *
   *  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_KnownIssues120730 Version 120730 (BETA)
   *  - AVR8 Architecture
   *    - No known issues.
   *  - UC3 Architecture
   *  - AVR8 Architecture
   *    - No known issues.
   *  - UC3 Architecture
index 544c94e..f97e768 100644 (file)
@@ -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.
  *
  *  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 120219 to XXXXXX
+ *  \section Sec_Migration120730 Migrating from 120219 to 120730 (BETA)
  *  <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.
  *  <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.
index a53c383..78b8a69 100644 (file)
        /* Public Interface - May be used in end-application: */
                /* Macros: */
                        /** Indicates the version number of the library, as an integer. */
        /* 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     0x120730
 
                        /** Indicates the version number of the library, as a string. */
 
                        /** Indicates the version number of the library, as a string. */
-                       #define LUFA_VERSION_STRING      "000000"
+                       #define LUFA_VERSION_STRING      "120730"
 
 #endif
 
 
 #endif