Subversion Repositories filter_foundry

Rev

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

Rev 392 Rev 439
Line 16... Line 16...
16
    You should have received a copy of the GNU General Public License
16
    You should have received a copy of the GNU General Public License
17
    along with this program; if not, write to the Free Software
17
    along with this program; if not, write to the Free Software
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
*/
19
*/
20
 
20
 
-
 
21
#ifndef VERSION_H_
-
 
22
#define VERSION_H_
-
 
23
 
21
/*
24
/*
22
 
25
 
23
Note: Changelog has been moved into the file CHANGELOG.md
26
Note: Changelog has been moved into the file CHANGELOG.md
24
 
27
 
25
For a NEW VERSION, please change:
28
For a NEW VERSION, please change:
Line 46... Line 49...
46
#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 */
49
#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 */
47
#define VI_COMMENTS     "Download the latest version here: " PROJECT_URL "\0"   /* null terminated Comments field */
50
#define VI_COMMENTS     "Download the latest version here: " PROJECT_URL "\0"   /* null terminated Comments field */
48
#define VI_COMPANY_NAME "ViaThinkSoft, Telegraphics Pty Ltd\0"
51
#define VI_COMPANY_NAME "ViaThinkSoft, Telegraphics Pty Ltd\0"
49
/* wildcard signature in resources */
52
/* wildcard signature in resources */
50
#define ANY '    '
53
#define ANY '    '
-
 
54
 
-
 
55
#endif