projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Namespace out the internal endpoint globals in the XMEGA architecture.
[pub/USBasp.git]
/
LUFA
/
Version.h
diff --git
a/LUFA/Version.h
b/LUFA/Version.h
index
0e1411a
..
d8d7402
100644
(file)
--- a/
LUFA/Version.h
+++ b/
LUFA/Version.h
@@
-46,7
+46,7
@@
#define LUFA_VERSION_INTEGER 0x000000
/** Indicates the version number of the library, as a string. */
- #define LUFA_VERSION_STRING "
XXXXXX
"
+ #define LUFA_VERSION_STRING "
000000
"
#endif