Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 63 → Rev 64

/trunk/version.h
82,15 → 82,16
06-May-2006: 1.2b4 - fix minor AFS saving bug
05-Jun-2006: 1.3b1 - fix x,y,X,Y,M variables to use selection extent instead of image size (per Eiji Nishidai)
01-Sep-2006: 1.3b2 - fix standalone UI bugs (thanks Craig Bickford)
04-Jan-2007: 1.4b1 - Universal Binary on OS X (PPC+Intel)
*/
 
#define plugInName "FilterFoundry"
#define VERSION_STR "1.3b2"
#define VERSION_NUM 1,0x30,beta,2
#define VERSION_STR "1.4b1"
#define VERSION_NUM 1,0x40,beta,1
#define VERS_RSRC VERSION_NUM,verAustralia,VERSION_STR,"Filter Foundry " VERSION_STR
 
/* formatted for Win32 VERSIONINFO resource */
#define VI_VERS_NUM 1,3,0,2
#define VI_VERS_NUM 1,4,0,1
#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 */