Update version number
This commit is contained in:
parent
d367d40f9d
commit
c8ea82ed9d
3 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@
|
|||
#define PACKAGE "FlightGear"
|
||||
|
||||
/* Define to package version - use in main.cxx */
|
||||
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-1.9.1"
|
||||
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-2.0.0-rc2"
|
||||
|
||||
/* 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 "1.9.1"
|
||||
#define VERSION "2.0.0-rc2"
|
||||
|
||||
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
|
||||
#define WIN32 1
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#define PACKAGE "FlightGear"
|
||||
|
||||
/* Define to package version - use in main.cxx */
|
||||
#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-1.9.1"
|
||||
#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-2.0.0-rc2"
|
||||
|
||||
/* 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 "1.9.1"
|
||||
#define VERSION "2.0.0-rc2"
|
||||
#ifndef FG_VERSION /* allow override */
|
||||
#define FG_VERSION 7
|
||||
#endif /* FG_VERSION */
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#define PACKAGE "FlightGear"
|
||||
|
||||
/* Define to package version - use in main.cxx */
|
||||
#define FLIGHTGEAR_VERSION "MSVC8-WIN32-1.9.1"
|
||||
#define FLIGHTGEAR_VERSION "MSVC8-WIN32-2.0.0-rc2"
|
||||
|
||||
/* 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 "1.9.1"
|
||||
#define VERSION "2.0.0-rc2"
|
||||
|
||||
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
|
||||
#define WIN32 1
|
||||
|
|
Loading…
Reference in a new issue