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