X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/06de32b1c2f55f0003e2940e9053bc63a0be7591..c31fdbd03eee95660d65adb0f1bf7c0c397fd435:/LUFA/Version.h?ds=inline diff --git a/LUFA/Version.h b/LUFA/Version.h index 38dd33fe2..a53c3835d 100644 --- a/LUFA/Version.h +++ b/LUFA/Version.h @@ -1,13 +1,13 @@ /* LUFA Library - Copyright (C) Dean Camera, 2011. + Copyright (C) Dean Camera, 2012. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 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 @@ -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 0x111009 + #define LUFA_VERSION_INTEGER 0x000000 /** Indicates the version number of the library, as a string. */ - #define LUFA_VERSION_STRING "111009" + #define LUFA_VERSION_STRING "000000" #endif