From 76509189aa9c2320e69145c15ae2979fd5d1b48b Mon Sep 17 00:00:00 2001 From: Devon R Date: Sun, 31 Mar 2019 23:48:19 +0900 Subject: [PATCH] Fix effect version mismatch warning --- InvEqui.hpp | 2 +- InvEquiPiPL.r | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/InvEqui.hpp b/InvEqui.hpp index 65bd30a..ee6677c 100644 --- a/InvEqui.hpp +++ b/InvEqui.hpp @@ -28,7 +28,7 @@ #define MAJOR_VERSION 1 #define MINOR_VERSION 1 -#define BUG_VERSION 0 +#define BUG_VERSION 1 #define STAGE_VERSION PF_Stage_DEVELOP #define BUILD_VERSION 1 diff --git a/InvEquiPiPL.r b/InvEquiPiPL.r index 0d7807a..7c6920b 100644 --- a/InvEquiPiPL.r +++ b/InvEquiPiPL.r @@ -40,7 +40,13 @@ resource 'PiPL' (16000) { }, /* [8] */ AE_Effect_Version { - 524289 /* 1.0 */ + 559105 + /* + MAJOR * 524288 + + MINOR * 32768 + + BUG * 2048 + + BUILD + */ }, /* [9] */ AE_Effect_Info_Flags {