Subversion Repositories filter_foundry

Rev

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

Rev 261 Rev 262
Line 20... Line 20...
20
 
20
 
21
/*
21
/*
22
 
22
 
23
Note: Changelog has been moved into the file CHANGELOG.md
23
Note: Changelog has been moved into the file CHANGELOG.md
24
 
24
 
-
 
25
For a NEW VERSION, please change:
-
 
26
- version.h (3 times)
-
 
27
- Manifest32.xml and Manifest64.xml
-
 
28
- README.md
-
 
29
- CHANGELOG.md
-
 
30
 
25
*/
31
*/
26
 
32
 
27
#define plugInName "FilterFoundry"
33
#define plugInName "FilterFoundry"
28
 
34
 
29
// Please also adjust the version in manifest*.xml
-
 
30
#define VERSION_STR "1.7.0.5"
35
#define VERSION_STR "1.7.0.5"
31
#define VERSION_NUM 1,7,0,5
36
#define VERSION_NUM 1,7,0,5
32
 
37
 
33
#define VERS_RSRC VERSION_NUM,verUS,VERSION_STR,"Filter Foundry " VERSION_STR
38
#define VERS_RSRC VERSION_NUM,verUS,VERSION_STR,"Filter Foundry " VERSION_STR
34
 
39