Subversion Repositories filter_foundry

Rev

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

Rev 11 Rev 15
Line 65... Line 65...
65
                         1.1b6 - fix key (hash) calculation for standalones to obey Adobe's stated rules
65
                         1.1b6 - fix key (hash) calculation for standalones to obey Adobe's stated rules
66
                         1.1b7 - aaaargh fix stupid hex handling bug in lexer
66
                         1.1b7 - aaaargh fix stupid hex handling bug in lexer
67
                         1.1b8 - remove dbg call in lexer (it's late :( )
67
                         1.1b8 - remove dbg call in lexer (it's late :( )
68
24-Jun-2005: 1.1b9 - Mach-O build for CS2/Mac
68
24-Jun-2005: 1.1b9 - Mach-O build for CS2/Mac
69
25-Jun-2005: 1.1b10 - can make 'standalone' Mach-O bundles
69
25-Jun-2005: 1.1b10 - can make 'standalone' Mach-O bundles
-
 
70
22-Jul-2005: 1.1b11 - merge changes to fix parameter bug reported by Demitrios Vassaras
70
*/
71
*/
71
 
72
 
72
#define plugInName "FilterFoundry"
73
#define plugInName "FilterFoundry"
73
#define VERSION_STR "1.1b10"
74
#define VERSION_STR "1.1b11"
74
#define VERSION_NUM 1,0x10,beta,10
75
#define VERSION_NUM 1,0x10,beta,11
75
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
76
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
76
 
77
 
77
/* formatted for Win32 VERSIONINFO resource */
78
/* formatted for Win32 VERSIONINFO resource */
78
#define VI_VERS_NUM 1,1,0,10
79
#define VI_VERS_NUM 1,1,0,11
79
#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 */
80
#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 */
80
#define VI_COMMENTS     "Beta of scripting support.\r\n\r\nPlease contact support@telegraphics.com.au with any bug reports, suggestions or comments.\0" /* null terminated Comments field */
81
#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 */
81
 
82
 
82
/* wildcard signature in resources */
83
/* wildcard signature in resources */
83
#define ANY '    '
84
#define ANY '    '