Compare commits

...

1 Commits

Author SHA1 Message Date
curt
bd85fa2457 Final 0.3.5 tweaks. 2004-03-26 21:07:15 +00:00
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@@ -1,5 +1,5 @@
New in 0.3.5.pre2
* March 23, 2004
New in 0.3.5
* March 26, 2004
* Added Andy's nasal interpreter for small built in scripting tasks.
Nasal integrates nicely with FlightGear's property system.

View File

@@ -10,7 +10,7 @@ dnl Require at least automake 2.52
AC_PREREQ(2.52)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(SimGear, 0.3.5.pre2)
AM_INIT_AUTOMAKE(SimGear, 0.3.5)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.