Rename PACKAGE_VERSION to PCSX_VERSION
authorretro-wertz <retro-wertz@users.noreply.github.com>
Fri, 2 Aug 2019 11:02:52 +0000 (19:02 +0800)
committerretro-wertz <retro-wertz@users.noreply.github.com>
Fri, 2 Aug 2019 11:05:45 +0000 (19:05 +0800)
commit202b29d49ef4a60bb3d616be9a26685e756dbaa4
tree3d1fb092acfc7c58d9b93b22eeaa0fe1dbb9fafc
parent130984f52889f26121d54d7b1feecc15700a0f7a
Rename PACKAGE_VERSION to PCSX_VERSION

- this should silence warning for another PACKAGE_VERSION define used for flac
- PACKAGE_VERSION is not used within pcsx other than version logging. Savestate does not check for this and is using another define for savestate version number.
include/config.h
libpcsxcore/debug.c
libpcsxcore/misc.c
libpcsxcore/r3000a.c
libpcsxcore/socket.c
maemo/main.c