From 5a2ff68ffc42a33a64c2c22fdcba4ce60cb7a48a Mon Sep 17 00:00:00 2001 From: ehofman <ehofman> Date: Sat, 11 Sep 2004 11:00:02 +0000 Subject: [PATCH] Bump the version number to the current one. --- src/Include/config.h-msvc6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Include/config.h-msvc6 b/src/Include/config.h-msvc6 index fcb2b9152..d8fa4310f 100644 --- a/src/Include/config.h-msvc6 +++ b/src/Include/config.h-msvc6 @@ -46,7 +46,7 @@ #define PACKAGE "FlightGear" /* Define to package version - use in main.cxx */ -#define FLIGHTGEAR_VERSION "MSVC6-WIN32-0.9.1" +#define FLIGHTGEAR_VERSION "MSVC6-WIN32-0.9.6-pre1" /* 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.1" +#define VERSION "0.9.6-pre1" /* Define if compiling on a Winbloze (95, NT, etc.) platform */ #define WIN32 1