aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Version.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-10-11 06:20:18 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-10-11 06:20:18 +0000
commit1a4a26271e32fba6e2430b7869ec4a8b4242e6e2 (patch)
tree42033644a25aad1d5f901a75b9363e3dec025875 /LUFA/Version.h
parentbeb069b9b845da02de07e4e3e0149e84004d2445 (diff)
downloadlufa-1a4a26271e32fba6e2430b7869ec4a8b4242e6e2.tar.gz
lufa-1a4a26271e32fba6e2430b7869ec4a8b4242e6e2.tar.bz2
lufa-1a4a26271e32fba6e2430b7869ec4a8b4242e6e2.zip
Added User Application APIs to the CDC and DFU class bootloaders.
Diffstat (limited to 'LUFA/Version.h')
-rw-r--r--LUFA/Version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Version.h b/LUFA/Version.h
index 38dd33fe2..d8d740280 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 0x111009
+ #define LUFA_VERSION_INTEGER 0x000000
/** Indicates the version number of the library, as a string. */
- #define LUFA_VERSION_STRING "111009"
+ #define LUFA_VERSION_STRING "000000"
#endif