Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 100 → Rev 101

/trunk/version.h
93,15 → 93,17
1.4b8,9,10 - simple parameter obfuscation in standalone plugins (wishlist #7)
19-Feb-2007: 1.5b1,2 - support remaining 8-bit image modes (wishlist proposal)
13-Jul-2007: 1.5b3 - add instrumentation to try to find CS3/Intel Mac 'Make standalone' problem
02-Aug-2007: 1.5b4 - fix debug message spotted by Daniel Denk
26-Aug-2007: 1.5b6 - associativity of ?: operator (Harald Heim)
*/
 
#define plugInName "FilterFoundry"
#define VERSION_STR "1.5b3"
#define VERSION_NUM 1,0x50,beta,3
#define VERSION_STR "1.5b6"
#define VERSION_NUM 1,0x50,beta,6
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
 
/* formatted for Win32 VERSIONINFO resource */
#define VI_VERS_NUM 1,5,0,3
#define VI_VERS_NUM 1,5,0,6
#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 */
#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 */