Browse Source

Bump version and update copyright dates

Joseph C. Lehner 1 year ago
parent
commit
3b8220eb81
2 changed files with 2 additions and 2 deletions
  1. 1 1
      main.c
  2. 1 1
      nmrpflash.cbp

+ 1 - 1
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",

+ 1 - 1
nmrpflash.cbp

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