Bump version and update copyright dates

This commit is contained in:
Joseph C. Lehner 2022-06-13 13:56:18 +02:00
parent 1c88cc86dc
commit 3b8220eb81
2 changed files with 2 additions and 2 deletions

2
main.c
View file

@ -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",

View file

@ -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" />