Subversion Repositories filter_foundry

Rev

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

Rev 39 Rev 41
Line 73... Line 73...
73
                     scripting parameters were being ignored (!!)
73
                     scripting parameters were being ignored (!!)
74
26-Feb-2006: 1.1f3 - fix plugin DLL extension; fix many source code warnings
74
26-Feb-2006: 1.1f3 - fix plugin DLL extension; fix many source code warnings
75
16-Mar-2006: 1.1f4,5 - add default extension AFS, 8BF for file saving (thanks Daniel Denk)
75
16-Mar-2006: 1.1f4,5 - add default extension AFS, 8BF for file saving (thanks Daniel Denk)
76
17-Mar-2006: 1.1f6 - fix loading of Filter Factory saved PARM data on Windows
76
17-Mar-2006: 1.1f6 - fix loading of Filter Factory saved PARM data on Windows
77
18-Mar-2006: 1.1f7,8 - safer handling of previewing very large images, and clarify out-of-memory message
77
18-Mar-2006: 1.1f7,8 - safer handling of previewing very large images, and clarify out-of-memory message
-
 
78
21-Mar-2006: 1.1f9 - improve file filtering on OS X (parse Windows-style extension filter)
78
*/
79
*/
79
 
80
 
80
#define plugInName "FilterFoundry"
81
#define plugInName "FilterFoundry"
81
#define VERSION_STR "1.1f8"
82
#define VERSION_STR "1.1f9"
82
#define VERSION_NUM 1,0x10,final,8
83
#define VERSION_NUM 1,0x10,final,9
83
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
84
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
84
 
85
 
85
/* formatted for Win32 VERSIONINFO resource */
86
/* formatted for Win32 VERSIONINFO resource */
86
#define VI_VERS_NUM 1,1,0,8
87
#define VI_VERS_NUM 1,1,0,9
87
#define VI_FLAGS        0 /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */
88
#define VI_FLAGS        0 /* 0 for final, or any of VS_FF_DEBUG,VS_FF_PATCHED,VS_FF_PRERELEASE,VS_FF_PRIVATEBUILD,VS_FF_SPECIALBUILD */
88
#define VI_COMMENTS     "Final.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0"     /* null terminated Comments field */
89
#define VI_COMMENTS     "Final.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0"     /* null terminated Comments field */
89
 
90
 
90
/* wildcard signature in resources */
91
/* wildcard signature in resources */
91
#define ANY '    '
92
#define ANY '    '