aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-09-21 06:28:42 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-09-21 06:28:42 +0000
commit06de32b1c2f55f0003e2940e9053bc63a0be7591 (patch)
treecc4e8c2d4fb4b519f80c87cc13c32cdafd4c52d8
parentaae59857a2ee47aecbec75cd2c28de2c9b8cf3c7 (diff)
downloadlufa-06de32b1c2f55f0003e2940e9053bc63a0be7591.tar.gz
lufa-06de32b1c2f55f0003e2940e9053bc63a0be7591.tar.bz2
lufa-06de32b1c2f55f0003e2940e9053bc63a0be7591.zip
Commit for the 111009 BETA release.
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
-rw-r--r--LUFA/ManPages/MigrationInformation.txt2
-rw-r--r--LUFA/Version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 526084b6e..b2ce39110 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_ChangeLog111009b Version 111009b
* <b>New:</b>
* - Core:
* - Added USE_LUFA_CONFIG_HEADER compile time option to include a LUFAConfig.h header in the user director for LUFA configuration
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt
index c465a4ac3..7190d65c0 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 110528 to XXXXXX
+ * \section Sec_Migration111009 Migrating from 110528 to 111009
* <b>Non-USB Library Components</b>
* - The \c JTAG_DEBUG_ASSERT() macro has been renamed \ref JTAG_ASSERT() to be consistent with \ref STDOUT_ASSERT().
*
diff --git a/LUFA/Version.h b/LUFA/Version.h
index 0e1411aa7..38dd33fe2 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 0x111009
/** Indicates the version number of the library, as a string. */
- #define LUFA_VERSION_STRING "XXXXXX"
+ #define LUFA_VERSION_STRING "111009"
#endif