1
0
Fork 0

-> version 0.46

This commit is contained in:
curt 1998-05-07 23:02:53 +00:00
parent 4bc376916c
commit 727cf54e9b
3 changed files with 7 additions and 3 deletions

4
NEWS
View file

@ -3,6 +3,10 @@ New in 0.45:
* 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.
* Added an option to enable full-screen mode.
* Added a visual frame rate counter on the HUD. (Contributed by Durk Talsma)
* Autopilot updates (Jeff Goeke-Smith)
* Added an option to control the number of neighboring tiles that are drawn
New in 0.44:
* Fixed a horible bug that cause the time to be *WAY* off when

4
configure vendored
View file

@ -703,7 +703,7 @@ fi
PACKAGE=FlightGear
VERSION=0.45
VERSION=0.46
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; }
@ -1316,7 +1316,7 @@ echo "configure:1316: checking for ld used by GCC" >&5
ac_prog=`($CC -print-prog-name=ld) 2>&5`
case "$ac_prog" in
# Accept absolute paths.
/* | A-Za-z:\\*)
/* | [A-Za-z]:\\*)
test -z "$LD" && LD="$ac_prog"
;;
"")

View file

@ -5,7 +5,7 @@ dnl
AC_INIT(Simulator/Aircraft/aircraft.c)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(FlightGear, 0.45)
AM_INIT_AUTOMAKE(FlightGear, 0.46)
dnl Checks for programs.