|
@@ -186,7 +186,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-2018 Haxe Foundation\n Usage : hl [--debug <port>] [--debug-wait] <file>\n",HL_VERSION>>8,(HL_VERSION>>4)&15,HL_VERSION&15);
|
|
|
|
|
|
+ printf("HL/JIT %d.%d.%d (c)2015-2019 Haxe Foundation\n Usage : hl [--debug <port>] [--debug-wait] <file>\n",HL_VERSION>>8,(HL_VERSION>>4)&15,HL_VERSION&15);
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
fclose(fchk);
|
|
fclose(fchk);
|