Subversion Repositories filter_foundry

Rev

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

Rev 15 Rev 18
Line 66... Line 66...
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
*/
72
*/
72
 
73
 
73
#define plugInName "FilterFoundry"
74
#define plugInName "FilterFoundry"
74
#define VERSION_STR "1.1b11"
75
#define VERSION_STR "1.1f1"
75
#define VERSION_NUM 1,0x10,beta,11
76
#define VERSION_NUM 1,0x10,final,11
76
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
77
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
77
 
78
 
78
/* formatted for Win32 VERSIONINFO resource */
79
/* formatted for Win32 VERSIONINFO resource */
79
#define VI_VERS_NUM 1,1,0,11
80
#define VI_VERS_NUM 1,1,0,1
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 */
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 */
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 */
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 */
82
 
83
 
83
/* wildcard signature in resources */
84
/* wildcard signature in resources */
84
#define ANY '    '
85
#define ANY '    '