Browse Source

Update copyright for 2018 (#133)

Jens Fischer 7 years ago
parent
commit
787af31572
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -133,7 +133,7 @@ int main(int argc, pchar *argv[]) {
 		file = PSTR("hlboot.dat");
 		file = PSTR("hlboot.dat");
 		fchk = pfopen(file,"rb");
 		fchk = pfopen(file,"rb");
 		if( fchk == NULL ) {
 		if( fchk == NULL ) {
-			printf("HL/JIT %d.%d.%d (c)2015-2017 Haxe Foundation\n  Usage : hl [--debug <port>] <file>\n",HL_VERSION>>8,(HL_VERSION>>4)&15,HL_VERSION&15);
+			printf("HL/JIT %d.%d.%d (c)2015-2018 Haxe Foundation\n  Usage : hl [--debug <port>] <file>\n",HL_VERSION>>8,(HL_VERSION>>4)&15,HL_VERSION&15);
 			return 1;
 			return 1;
 		}
 		}
 		fclose(fchk);
 		fclose(fchk);