Skip to content

Commit

Permalink
Fix effect version mismatch warning
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletcafe committed Mar 31, 2019
1 parent 99a1601 commit 7650918
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InvEqui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 7 additions & 1 deletion InvEquiPiPL.r
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7650918

Please sign in to comment.