1
0
Fork 0

Updates to match prerelease version number.

This commit is contained in:
curt 2008-08-28 21:20:49 +00:00
parent c7f6156324
commit d92d39f576
3 changed files with 7 additions and 7 deletions

View file

@ -46,7 +46,7 @@
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-0.9.10"
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-1.99.4"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
@ -64,7 +64,7 @@
#define TM_IN_SYS_TIME 1
/* Define to version number */
#define VERSION "0.9.10"
#define VERSION "1.99.4"
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
#define WIN32 1

View file

@ -19,7 +19,7 @@
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-0.9.10"
#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-1.99.4"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
@ -37,7 +37,7 @@
#define TM_IN_SYS_TIME 1
/* Define to version number */
#define VERSION "0.9.10"
#define VERSION "1.99.4"
#ifndef FG_VERSION /* allow override */
#define FG_VERSION 7
#endif /* FG_VERSION */

View file

@ -1,5 +1,5 @@
/* Special single config.h for MSVC8 build */
/* Special single config.h for MSVC6 build - Geoff McLane - 23 July, 2003 */
/* Define to enable plib joystick support */
#ifndef ENABLE_PLIB_JOYSTICK
@ -50,7 +50,7 @@
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
#define FLIGHTGEAR_VERSION "MSVC8-WIN32-0.9.10"
#define FLIGHTGEAR_VERSION "MSVC8-WIN32-1.99.4"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
@ -68,7 +68,7 @@
#define TM_IN_SYS_TIME 1
/* Define to version number */
#define VERSION "0.9.10"
#define VERSION "1.99.4"
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
#define WIN32 1