From 202b29d49ef4a60bb3d616be9a26685e756dbaa4 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Fri, 2 Aug 2019 19:02:52 +0800 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.h b/include/config.h index ce2f3ea..362e4a4 100644 --- a/include/config.h +++ b/include/config.h @@ -1,2 +1,2 @@ #define MAXPATHLEN 256 -#define PACKAGE_VERSION "1.9" +#define PCSX_VERSION "1.9" -- cgit v1.2.3