Skip to content

Commit

Permalink
Bump version and date (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Jul 15, 2022
1 parent c089b6d commit aeee189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mdloader_common.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2021 Massdrop Inc.
* Copyright (C) 2018-2022 Massdrop Inc.
*
* This file is part of Massdrop Loader.
*
Expand Down Expand Up @@ -608,7 +608,7 @@ void display_version(void)
//Display program copyright
void display_copyright(void)
{
printf(PROGRAM_NAME " Copyright (C) 2018-2021 Massdrop Inc.\n");
printf(PROGRAM_NAME " Copyright (C) 2018-2022 Massdrop Inc.\n");
printf("This program is Free Software and has ABSOLUTELY NO WARRANTY\n");
printf("\n");
}
Expand Down
2 changes: 1 addition & 1 deletion mdloader_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define PROGRAM_NAME "Massdrop Loader"
#define VERSION_MAJOR 1
#define VERSION_MINOR 6 //0-99
#define VERSION_MINOR 7 //0-99

#ifdef _WIN32
#define INITGUID
Expand Down

0 comments on commit aeee189

Please sign in to comment.