diff --git a/CHANGELOG b/CHANGELOG index a583be6..5aa850b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,13 @@ SEARCH AND RESCUE II CHANGELOG ******************** - +Version 2.4.0: + Hector Sanjuan + * Improvements to the Joystick system, adding new + Rudder+Brakes mode, moving to libSDL2 and cleaning + up unused menu settings. + * Fix lagging when aircraft is landed. + * Honor wheel brake coefficient. Version 2.3.3: Hector Sanjuan * Custom optflags (@zezinho42) diff --git a/man/sar2.6.bz2 b/man/sar2.6.bz2 index 12fa777..ecee898 100644 Binary files a/man/sar2.6.bz2 and b/man/sar2.6.bz2 differ diff --git a/src/config.h b/src/config.h index b78541d..a0e04d2 100644 --- a/src/config.h +++ b/src/config.h @@ -40,11 +40,11 @@ /* * Program version: */ -#define PROG_VERSION "2.3.3" +#define PROG_VERSION "2.4.0" #define PROG_VERSION_MAJOR 2 -#define PROG_VERSION_MINOR 3 -#define PROG_VERSION_RELEASE 3 +#define PROG_VERSION_MINOR 4 +#define PROG_VERSION_RELEASE 0 /*