X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/a8546529926fc87b5d73b75217ec011962e8ccaa..ffaa83ad27fa3713a86d04dcbf200b1de0454bfc:/LUFA/Version.h 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