-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to v1.3.0, autocalculate internal plugin version
- Loading branch information
1 parent
f327969
commit 7787e4c
Showing
3 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#pragma once | ||
|
||
#define MAJOR_VERSION 1 | ||
#define MINOR_VERSION 3 | ||
#define BUG_VERSION 0 | ||
#define STAGE_VERSION 0 // PF_Stage_DEVELOP | ||
#define BUILD_VERSION 1 | ||
|
||
|
||
#define AE_INVEQUI_PLUGIN_NAME "Inverse Equirectangular" | ||
#define AE_INVEQUI_PLUGIN_CATEGORY "Devon's Plug-ins" | ||
#define AE_INVEQUI_PLUGIN_IDENTIFIER "GORIALIS InvEquirectangular" | ||
#define AE_INVEQUI_PLUGIN_VERSION MAJOR_VERSION * 524288 + MINOR_VERSION * 32768 + BUG_VERSION * 2048 + BUILD_VERSION |