aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Version.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2015-11-15 13:23:32 +1100
committerDean Camera <dean@fourwalledcubicle.com>2015-11-15 14:13:03 +1100
commit9ec72190b9562e5a1bbaba1753bcefeabe2e052a (patch)
tree1955258874f0c6b5264a9c9d40e584def51e4308 /LUFA/Version.h
parent400d3581ca1ca9bc7851e4c6c9ff42b6c72f7a50 (diff)
downloadlufa-9ec72190b9562e5a1bbaba1753bcefeabe2e052a.tar.gz
lufa-9ec72190b9562e5a1bbaba1753bcefeabe2e052a.tar.bz2
lufa-9ec72190b9562e5a1bbaba1753bcefeabe2e052a.zip
Commit for the 151115 public release.
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 db452a083..d55898863 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 0x151115
/** Indicates the version number of the library, as a string. */
- #define LUFA_VERSION_STRING "000000"
+ #define LUFA_VERSION_STRING "151115"
#endif