Subversion Repositories filter_foundry

Rev

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

Rev 18 Rev 21
Line 60... Line 60...
60
                         1.1b2 - oops, forgot scripting.r (aete resource) in 68K build
60
                         1.1b2 - oops, forgot scripting.r (aete resource) in 68K build
61
10-Feb-2005: 1.1b3 - various mostly cosmetic cleanups; switch to GNU flex and bison in Makefile
61
10-Feb-2005: 1.1b3 - various mostly cosmetic cleanups; switch to GNU flex and bison in Makefile
62
                                   - use monospaced font in Win expr text controls
62
                                   - use monospaced font in Win expr text controls
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 aete 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
22-Jul-2005: 1.1b11 - merge changes to fix parameter bug reported by Demitrios Vassaras
71
03-Oct-2005: 1.1f1 - fix dialog behaviour on repeated filter application
71
03-Oct-2005: 1.1f1 - fix dialog behaviour on repeated filter application
-
 
72
18-Jan-2006: 1.1f2 - fix CS2/Mac build (missing fields in PiPL);
-
 
73
                     scripting parameters were being ignored (!!)
72
*/
74
*/
73
 
75
 
74
#define plugInName "FilterFoundry"
76
#define plugInName "FilterFoundry"
75
#define VERSION_STR "1.1f1"
77
#define VERSION_STR "1.1f2"
76
#define VERSION_NUM 1,0x10,final,11
78
#define VERSION_NUM 1,0x10,final,2
77
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
79
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
78
 
80
 
79
/* formatted for Win32 VERSIONINFO resource */
81
/* formatted for Win32 VERSIONINFO resource */
80
#define VI_VERS_NUM 1,1,0,1
82
#define VI_VERS_NUM 1,1,0,2
81
#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 */
83
#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 */
82
#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 */
84
#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 */
83
 
85
 
84
/* wildcard signature in resources */
86
/* wildcard signature in resources */
85
#define ANY '    '
87
#define ANY '    '