From 07868bd16598030d2f9d5d18521c4482caec7cfb Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 2 May 1998 01:47:49 +0000 Subject: [PATCH] Version 0.44 -> 0.45 --- NEWS | 8 +++++++- configure | 2 +- configure.in | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 800448baa..56af2400b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +New in 0.45: +* Added an option to enable/disable wireframe rendering. +* Added an option to enable/disable fog/haze. +* Added an option to enable/disable sky blending. +* Added an option to select smooth/flat polygon shading. + New in 0.44: * Fixed a horible bug that cause the time to be *WAY* off when compiling with the CygWin32 compiler. @@ -5,7 +11,7 @@ New in 0.44: on systems that have trouble building zlib. * Minor adjustment to texture coordinate generation to reduce texture swimming. -* Added an option to enable/disable texture maps +* Added a command line option to enable/disable texture maps * Minor transformation adjustments to try to keep scenery tiles closer to (0, 0, 0) GLfloats run out of precision at the distances we need to model the earth, but we can do a bunch of pre-transformations diff --git a/configure b/configure index 6bbf3e96f..b46cb7a72 100755 --- a/configure +++ b/configure @@ -703,7 +703,7 @@ fi PACKAGE=FlightGear -VERSION=0.44 +VERSION=0.45 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/configure.in b/configure.in index ebb5f6ab1..010bdc712 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_INIT(Simulator/Aircraft/aircraft.c) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(FlightGear, 0.44) +AM_INIT_AUTOMAKE(FlightGear, 0.45) dnl Checks for programs.