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 1
1
/*
2
- * Copyright (C) 2018-2021 Massdrop Inc.
2
+ * Copyright (C) 2018-2022 Massdrop Inc.
3
3
*
4
4
* This file is part of Massdrop Loader.
5
5
*
@@ -608,7 +608,7 @@ void display_version(void)
608
608
//Display program copyright
609
609
void display_copyright (void )
610
610
{
611
- printf (PROGRAM_NAME " Copyright (C) 2018-2021 Massdrop Inc.\n" );
611
+ printf (PROGRAM_NAME " Copyright (C) 2018-2022 Massdrop Inc.\n" );
612
612
printf ("This program is Free Software and has ABSOLUTELY NO WARRANTY\n" );
613
613
printf ("\n" );
614
614
}
Original file line number Diff line number Diff line change 22
22
23
23
#define PROGRAM_NAME "Massdrop Loader"
24
24
#define VERSION_MAJOR 1
25
- #define VERSION_MINOR 6 //0-99
25
+ #define VERSION_MINOR 7 //0-99
26
26
27
27
#ifdef _WIN32
28
28
#define INITGUID
You can’t perform that action at this time.
0 commit comments