Skip to content

Commit aeee189

Browse files
authored
Bump version and date (#81)
1 parent c089b6d commit aeee189

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mdloader_common.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
609609
void 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
}

mdloader_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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

0 commit comments

Comments
 (0)