aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2018-12-09 15:34:29 +1100
committerDean Camera <dean@fourwalledcubicle.com>2018-12-09 15:34:29 +1100
commitd2d0e189ededbb417ca9b573e46fb622840ad07c (patch)
tree6c0dcc46134f681eeb5945f5e89d2a6f0748e127 /LUFA
parentdcae74de6fed5afb159dc3afd67448e3fc5e7aef (diff)
downloadlufa-d2d0e189ededbb417ca9b573e46fb622840ad07c.tar.gz
lufa-d2d0e189ededbb417ca9b573e46fb622840ad07c.tar.bz2
lufa-d2d0e189ededbb417ca9b573e46fb622840ad07c.zip
Remove unused/obsolete maintenance scripts.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Version.h b/LUFA/Version.h
index 37203506c..37a79442d 100644
--- a/LUFA/Version.h
+++ b/LUFA/Version.h
@@ -61,7 +61,7 @@
#define LUFA_VERSION_STRING "170418"
/** Indicates the release type of the library. */
- #define LUFA_VERSION_RELEASE_TYPE LUFA_VERSION_RELEASE_TYPE_FULL
+ #define LUFA_VERSION_RELEASE_TYPE LUFA_VERSION_RELEASE_TYPE_DEVELOPMENT
#endif