Rename PACKAGE_VERSION to PCSX_VERSION
[pcsx_rearmed.git] / libpcsxcore / r3000a.c
index 22341c5..0433c20 100644 (file)
@@ -30,7 +30,7 @@ R3000Acpu *psxCpu = NULL;
 psxRegisters psxRegs;
 
 int psxInit() {
-       SysPrintf(_("Running PCSX Version %s (%s).\n"), PACKAGE_VERSION, __DATE__);
+       SysPrintf(_("Running PCSX Version %s (%s).\n"), PCSX_VERSION, __DATE__);
 
 #ifdef PSXREC
        if (Config.Cpu == CPU_INTERPRETER) {