aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorretro-wertz2019-08-02 19:02:52 +0800
committerretro-wertz2019-08-02 19:05:45 +0800
commit202b29d49ef4a60bb3d616be9a26685e756dbaa4 (patch)
tree3d1fb092acfc7c58d9b93b22eeaa0fe1dbb9fafc /include
parent130984f52889f26121d54d7b1feecc15700a0f7a (diff)
downloadpcsx_rearmed-202b29d49ef4a60bb3d616be9a26685e756dbaa4.tar.gz
pcsx_rearmed-202b29d49ef4a60bb3d616be9a26685e756dbaa4.tar.bz2
pcsx_rearmed-202b29d49ef4a60bb3d616be9a26685e756dbaa4.zip
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.
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
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"