Rename PACKAGE_VERSION to PCSX_VERSION
[pcsx_rearmed.git] / libpcsxcore / misc.c
index bb34e5b..433d4be 100644 (file)
@@ -557,7 +557,7 @@ struct PcsxSaveFuncs SaveFuncs = {
        zlib_open, zlib_read, zlib_write, zlib_seek, zlib_close
 };
 
-static const char PcsxHeader[32] = "STv4 PCSX v" PACKAGE_VERSION;
+static const char PcsxHeader[32] = "STv4 PCSX v" PCSX_VERSION;
 
 // Savestate Versioning!
 // If you make changes to the savestate version, please increment the value below.