mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
Fix compile on win32.
This commit is contained in:
parent
45ba35ca4b
commit
dd46839ff6
1 changed files with 5 additions and 1 deletions
|
@ -29,7 +29,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define AQUARIA_RC_FILEVERSION 1,1,3,999
|
||||
#define AQUARIA_RC_PRODUCTVERSION 1,1,3,0
|
||||
#define AQUARIA_RC_PRODUCTVERSION_STRING "1.1.3"
|
||||
#define AQUARIA_RC_COMMENTS AQUARIA_OVERRIDE_VERSION_STRING
|
||||
#ifdef AQUARIA_OVERRIDE_VERSION_STRING
|
||||
# define AQUARIA_RC_COMMENTS AQUARIA_OVERRIDE_VERSION_STRING
|
||||
#else
|
||||
# define AQUARIA_RC_COMMENTS "Open Source Build"
|
||||
#endif
|
||||
#define AQUARIA_RC_FILEVERSION_STRING "1.1.3.fg"
|
||||
|
||||
// Version information
|
||||
|
|
Loading…
Reference in a new issue