X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInclude%2Fconfig.h-msvc8;h=fd8ce66b9ca4518d0ca87f475e4a877fdc25f322;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=0fd967e68acadbba093a487c07032d50c76965ae;hpb=92772f23b1a1dab51a696d7460d6cc5b6743e491;p=flightgear.git diff --git a/src/Include/config.h-msvc8 b/src/Include/config.h-msvc8 index 0fd967e68..fd8ce66b9 100755 --- a/src/Include/config.h-msvc8 +++ b/src/Include/config.h-msvc8 @@ -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-2.0.0" /* 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 "2.0.0" /* Define if compiling on a Winbloze (95, NT, etc.) platform */ #define WIN32 1 @@ -190,6 +190,7 @@ #define HAVE_MEMCPY 1 #define NOMINMAX 1 + #ifndef ENABLE_AUDIO_SUPPORT #define ENABLE_AUDIO_SUPPORT #endif