File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2018-2021 Massdrop Inc.
2+ * Copyright (C) 2018-2022 Massdrop Inc.
33 *
44 * This file is part of Massdrop Loader.
55 *
@@ -608,7 +608,7 @@ void display_version(void)
608608//Display program copyright
609609void display_copyright (void )
610610{
611- printf (PROGRAM_NAME " Copyright (C) 2018-2021 Massdrop Inc.\n" );
611+ printf (PROGRAM_NAME " Copyright (C) 2018-2022 Massdrop Inc.\n" );
612612 printf ("This program is Free Software and has ABSOLUTELY NO WARRANTY\n" );
613613 printf ("\n" );
614614}
Original file line number Diff line number Diff line change 2222
2323#define PROGRAM_NAME "Massdrop Loader"
2424#define VERSION_MAJOR 1
25- #define VERSION_MINOR 6 //0-99
25+ #define VERSION_MINOR 7 //0-99
2626
2727#ifdef _WIN32
2828#define INITGUID
You can’t perform that action at this time.
0 commit comments