Subversion Repositories filter_foundry

Rev

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

Rev 48 Rev 50
Line 76... Line 76...
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,10 - improve file filtering on OS X (parse Windows-style extension filter)
78
21-Mar-2006: 1.1f9,10 - improve file filtering on OS X (parse Windows-style extension filter)
79
22-Mar-2006: 1.2b1 - read parameters from Windows .8BF Filter Factory standalones, in Mac version
79
22-Mar-2006: 1.2b1 - read parameters from Windows .8BF Filter Factory standalones, in Mac version
80
23-Mar-2006: 1.2b2 - new release
80
23-Mar-2006: 1.2b2 - new release
-
 
81
25-Mar-2006: 1.2b3 - include R,G,B,A,C,I,U,V undocumented(?) constants (per Harald Heim)
81
*/
82
*/
82
 
83
 
83
#define plugInName "FilterFoundry"
84
#define plugInName "FilterFoundry"
84
#define VERSION_STR "1.2b2"
85
#define VERSION_STR "1.2b3"
85
#define VERSION_NUM 1,0x20,beta,2
86
#define VERSION_NUM 1,0x20,beta,3
86
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
87
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
87
 
88
 
88
/* formatted for Win32 VERSIONINFO resource */
89
/* formatted for Win32 VERSIONINFO resource */
89
#define VI_VERS_NUM 1,2,0,2
90
#define VI_VERS_NUM 1,2,0,3
90
#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 */
91
#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 */
91
#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 */
92
#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 */
92
 
93
 
93
/* wildcard signature in resources */
94
/* wildcard signature in resources */
94
#define ANY '    '
95
#define ANY '    '