aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Version.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Version.h')
-rw-r--r--LUFA/Version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/Version.h b/LUFA/Version.h
index 03cb08406..30b40cf76 100644
--- a/LUFA/Version.h
+++ b/LUFA/Version.h
@@ -1,13 +1,13 @@
/*
LUFA Library
- Copyright (C) Dean Camera, 2017.
+ Copyright (C) Dean Camera, 2019.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
- Copyright 2017 Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 2019 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
@@ -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