Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 84 → Rev 85

/trunk/version.h
88,17 → 88,18
1.4b4 - cnv() no longer requests entire filtered image in one piece; can now work in chunks
improve the handling of edge pixels when filtering selection
02-Feb-2007: 1.4b5 - minor changes to image sampling logic (ff_src(), rawsrc())
16-Feb-2007: 1.4b6 - work on wishlist items - (1) lowercase default file extensions
16-Feb-2007: 1.4b6 - lowercase default file extensions (wishlist #1)
18-Feb-2007: 1.4b7 - swap +/- zoom controls to match Photoshop builtins
1.4b8,9 - simple parameter obfuscation in standalone plugins (wishlist #7)
*/
 
#define plugInName "FilterFoundry"
#define VERSION_STR "1.4b7"
#define VERSION_NUM 1,0x40,beta,7
#define VERSION_STR "1.4b9"
#define VERSION_NUM 1,0x40,beta,9
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
 
/* formatted for Win32 VERSIONINFO resource */
#define VI_VERS_NUM 1,4,0,7
#define VI_VERS_NUM 1,4,0,9
#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 */