version bump and version string fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3837 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1c1723d237
commit
e9af82b76b
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ IDI_ICON3 ICON "bymorphed.ico"
|
|||
#if FTE_VER_MINOR < 10
|
||||
#define V_MIN STR(0) STR(FTE_VER_MINOR)
|
||||
#else
|
||||
#define V_MIN FTE_VER_MINOR
|
||||
#define V_MIN STR(FTE_VER_MINOR)
|
||||
#endif
|
||||
#define V_STR V_MAJ V_DOT V_MIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue