Subversion Repositories filter_foundry

Rev

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

Rev 2 Rev 8
Line 63... Line 63...
63
                         1.1b4 - fix crash blooper in make.c (fixpipl)
63
                         1.1b4 - fix crash blooper in make.c (fixpipl)
64
11-Feb-2005: 1.1b5 - cosmetic fixes in Mac dialog (right justify slider text, etc)
64
11-Feb-2005: 1.1b5 - cosmetic fixes in Mac dialog (right justify slider text, etc)
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
*/
69
*/
69
 
70
 
70
#define plugInName "FilterFoundry"
71
#define plugInName "FilterFoundry"
71
#define VERSION_STR "1.1b8"
72
#define VERSION_STR "1.1b9"
72
#define VERSION_NUM 1,0x10,beta,8
73
#define VERSION_NUM 1,0x10,beta,9
73
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
74
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
74
 
75
 
75
/* formatted for Win32 VERSIONINFO resource */
76
/* formatted for Win32 VERSIONINFO resource */
76
#define VI_VERS_NUM 1,1,0,8
77
#define VI_VERS_NUM 1,1,0,9
77
#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 */
78
#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 */
78
#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 */
79
#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 */
79
 
80
 
80
/* wildcard signature in resources */
81
/* wildcard signature in resources */
81
#define ANY '    '
82
#define ANY '    '