From 06de32b1c2f55f0003e2940e9053bc63a0be7591 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Wed, 21 Sep 2011 06:28:42 +0000
Subject: [PATCH] Commit for the 111009 BETA release.

---
 LUFA/ManPages/ChangeLog.txt            | 2 +-
 LUFA/ManPages/MigrationInformation.txt | 2 +-
 LUFA/Version.h                         | 4 ++--
 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
 
-- 
GitLab