Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 524 → Rev 530

/trunk/version.h
35,8 → 35,8
 
#define plugInName "FilterFoundry"
 
#define VERSION_STR "1.7.0.18"
#define VERSION_NUM 1,7,0,18
#define VERSION_STR "1.7.0.19"
#define VERSION_NUM 1,7,0,19
 
#define VERS_RSRC VERSION_NUM,verUS,VERSION_STR,"Filter Foundry " VERSION_STR
 
45,10 → 45,10
#define PROJECT_URL "https://github.com/danielmarschall/filter_foundry"
 
/* For the 'cmpt' PIPL attribute */
#define MainComponentVersion 0x01070012L // 1.7.0.18
#define MainComponentVersion 0x01070013L // 1.7.0.19
 
/* formatted for Win32 VERSIONINFO resource */
#define VI_VERS_NUM 1,7,0,18
#define VI_VERS_NUM 1,7,0,19
#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 */
#define VI_COMMENTS "Download the latest version here: " PROJECT_URL "\0" /* null terminated Comments field */
#define VI_COMPANY_NAME "ViaThinkSoft, Telegraphics Pty Ltd\0"