Subversion Repositories filter_foundry

Rev

Rev 93 | Rev 101 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 93 Rev 99
Line 90... Line 90...
90
02-Feb-2007: 1.4b5 - minor changes to image sampling logic (ff_src(), rawsrc())
90
02-Feb-2007: 1.4b5 - minor changes to image sampling logic (ff_src(), rawsrc())
91
16-Feb-2007: 1.4b6 - lowercase default file extensions (wishlist #1)
91
16-Feb-2007: 1.4b6 - lowercase default file extensions (wishlist #1)
92
18-Feb-2007: 1.4b7 - swap +/- zoom controls to match Photoshop builtins
92
18-Feb-2007: 1.4b7 - swap +/- zoom controls to match Photoshop builtins
93
             1.4b8,9,10 - simple parameter obfuscation in standalone plugins (wishlist #7)
93
             1.4b8,9,10 - simple parameter obfuscation in standalone plugins (wishlist #7)
94
19-Feb-2007: 1.5b1,2 - support remaining 8-bit image modes (wishlist proposal)
94
19-Feb-2007: 1.5b1,2 - support remaining 8-bit image modes (wishlist proposal)
-
 
95
13-Jul-2007: 1.5b3 - add instrumentation to try to find CS3/Intel Mac 'Make standalone' problem
95
*/
96
*/
96
 
97
 
97
#define plugInName "FilterFoundry"
98
#define plugInName "FilterFoundry"
98
#define VERSION_STR "1.5b2"
99
#define VERSION_STR "1.5b3"
99
#define VERSION_NUM 1,0x50,beta,2
100
#define VERSION_NUM 1,0x50,beta,3
100
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
101
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
101
 
102
 
102
/* formatted for Win32 VERSIONINFO resource */
103
/* formatted for Win32 VERSIONINFO resource */
103
#define VI_VERS_NUM 1,5,0,2
104
#define VI_VERS_NUM 1,5,0,3
104
#define VI_FLAGS        VS_FF_PRERELEASE /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */
105
#define VI_FLAGS        VS_FF_PRERELEASE /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */
105
#define VI_COMMENTS     "Beta.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0"      /* null terminated Comments field */
106
#define VI_COMMENTS     "Beta.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0"      /* null terminated Comments field */
106
 
107
 
107
/* wildcard signature in resources */
108
/* wildcard signature in resources */
108
#define ANY '    '
109
#define ANY '    '