Bump version and update copyright dates
This commit is contained in:
parent
1c88cc86dc
commit
3b8220eb81
2 changed files with 2 additions and 2 deletions
2
main.c
2
main.c
|
@ -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",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<Add option="-Wall" />
|
||||
<Add option="-std=c99" />
|
||||
<Add option="-m32" />
|
||||
<Add option='-DNMRPFLASH_VERSION=\"0.9.17-rc1\"' />
|
||||
<Add option='-DNMRPFLASH_VERSION=\"0.9.17\"' />
|
||||
<Add option="-DWINVER=0x0600" />
|
||||
<Add option="-D_WIN32_WINNT=0x0600" />
|
||||
<Add option="-DWIN32_LEAN_AND_MEAN" />
|
||||
|
|
Loading…
Add table
Reference in a new issue