Skip to content

Commit

Permalink
Bump version and update copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
jclehner committed Jun 13, 2022
1 parent 1c88cc8 commit 3b8220e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void usage(FILE *fp)
"and MAC are set to the device IP address, TFTP port, subnet\n"
"mask and MAC address, respectively.\n"
"\n"
"nmrpflash %s, Copyright (C) 2016-2021 Joseph C. Lehner\n"
"nmrpflash %s, Copyright (C) 2016-2022 Joseph C. Lehner\n"
"nmrpflash is free software, licensed under the GNU GPLv3.\n"
"Source code at https://github.com/jclehner/nmrpflash\n"
"\n",
Expand Down
2 changes: 1 addition & 1 deletion nmrpflash.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Add option="-Wall" />
<Add option="-std=c99" />
<Add option="-m32" />
<Add option='-DNMRPFLASH_VERSION=\&quot;0.9.17-rc1\&quot;' />
<Add option='-DNMRPFLASH_VERSION=\&quot;0.9.17\&quot;' />
<Add option="-DWINVER=0x0600" />
<Add option="-D_WIN32_WINNT=0x0600" />
<Add option="-DWIN32_LEAN_AND_MEAN" />
Expand Down

0 comments on commit 3b8220e

Please sign in to comment.