From 4a4e703f16c8c67b4946cd9ccc2a4fcb09660afd Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 17 Nov 2005 20:54:06 +0000 Subject: [PATCH] Changes for v0.3.9 (final). --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f1976949..dca47b28 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -New in 0.3.9-pre2 -* November 9, 2005 +New in 0.3.9 +* November 17, 2005 * Add support for OpenAL 1.1 (with a separate alut library.) * Add support for volumetric shadows. Aircraft can cast shadows on themselves diff --git a/configure.ac b/configure.ac index 5fd4d6e4..d557a5fa 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.3.9-pre3) +AM_INIT_AUTOMAKE(SimGear, 0.3.9) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.