1
0

Update documentation and reset version information post-release.

This commit is contained in:
Dean Camera
2015-11-15 17:07:10 +11:00
parent 9ec72190b9
commit f42a4f3a47
4 changed files with 11 additions and 2 deletions

View File

@@ -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 0x151115
#define LUFA_VERSION_INTEGER 0x000000
/** Indicates the version number of the library, as a string. */
#define LUFA_VERSION_STRING "151115"
#define LUFA_VERSION_STRING "000000"
#endif