Revert previous commit.
This commit is contained in:
parent
ce6e1dc07c
commit
eccc7838b1
3 changed files with 0 additions and 24 deletions
|
@ -46,11 +46,7 @@
|
|||
#define PACKAGE "FlightGear"
|
||||
|
||||
/* Define to package version - use in main.cxx */
|
||||
<<<<<<< config.h-msvc6
|
||||
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-2.0.0-rc2"
|
||||
=======
|
||||
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-2.0.0"
|
||||
>>>>>>> 1.13
|
||||
|
||||
/* Define as the return type of signal handlers (int or void). */
|
||||
#define RETSIGTYPE void
|
||||
|
@ -68,11 +64,7 @@
|
|||
#define TM_IN_SYS_TIME 1
|
||||
|
||||
/* Define to version number */
|
||||
<<<<<<< config.h-msvc6
|
||||
#define VERSION "2.0.0-rc2"
|
||||
=======
|
||||
#define VERSION "2.0.0"
|
||||
>>>>>>> 1.13
|
||||
|
||||
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
|
||||
#define WIN32 1
|
||||
|
|
|
@ -19,11 +19,7 @@
|
|||
#define PACKAGE "FlightGear"
|
||||
|
||||
/* Define to package version - use in main.cxx */
|
||||
<<<<<<< config.h-msvc71
|
||||
#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-2.0.0-rc2"
|
||||
=======
|
||||
#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-2.0.0"
|
||||
>>>>>>> 1.7
|
||||
|
||||
/* Define as the return type of signal handlers (int or void). */
|
||||
#define RETSIGTYPE void
|
||||
|
@ -41,11 +37,7 @@
|
|||
#define TM_IN_SYS_TIME 1
|
||||
|
||||
/* Define to version number */
|
||||
<<<<<<< config.h-msvc71
|
||||
#define VERSION "2.0.0-rc2"
|
||||
=======
|
||||
#define VERSION "2.0.0"
|
||||
>>>>>>> 1.7
|
||||
#ifndef FG_VERSION /* allow override */
|
||||
#define FG_VERSION 7
|
||||
#endif /* FG_VERSION */
|
||||
|
|
|
@ -50,11 +50,7 @@
|
|||
#define PACKAGE "FlightGear"
|
||||
|
||||
/* Define to package version - use in main.cxx */
|
||||
<<<<<<< config.h-msvc8
|
||||
#define FLIGHTGEAR_VERSION "MSVC8-WIN32-2.0.0-rc2"
|
||||
=======
|
||||
#define FLIGHTGEAR_VERSION "MSVC8-WIN32-2.0.0"
|
||||
>>>>>>> 1.14
|
||||
|
||||
/* Define as the return type of signal handlers (int or void). */
|
||||
#define RETSIGTYPE void
|
||||
|
@ -72,11 +68,7 @@
|
|||
#define TM_IN_SYS_TIME 1
|
||||
|
||||
/* Define to version number */
|
||||
<<<<<<< config.h-msvc8
|
||||
#define VERSION "2.0.0-rc2"
|
||||
=======
|
||||
#define VERSION "2.0.0"
|
||||
>>>>>>> 1.14
|
||||
|
||||
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
|
||||
#define WIN32 1
|
||||
|
|
Loading…
Reference in a new issue