changeset 1677:c2ad6c0e4975

Bump copyright year and version.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 31 May 2018 13:04:53 +0300
parents e0d618663574
children bddedc2e0ebb
files tools/objlink.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/objlink.c	Thu May 31 13:04:35 2018 +0300
+++ b/tools/objlink.c	Thu May 31 13:04:53 2018 +0300
@@ -1,7 +1,7 @@
 /*
  * objlink - Link files (RAW and PRG) into one PRG object
  * Programmed and designed by Matti 'ccr' Hamalainen
- * (C) Copyright 2002-2012 Tecnic Software productions (TNSP)
+ * (C) Copyright 2002-2018 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
@@ -781,7 +781,7 @@
     BOOL hasOverlaps;
     int startAddr, endAddr, dataSize, totalSize;
 
-    dmInitProg("objlink", "Simple file-linker", "0.81", NULL, NULL);
+    dmInitProg("objlink", "Simple file-linker", "0.82", NULL, NULL);
     dmVerbosity = 1;
 
     // Parse arguments