From c0d9337406f42d56d74c81da99d97b0f06ac25ba Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 16 Aug 1997 12:22:17 +0000 Subject: [PATCH] Tweaks for new version. --- Simulator/Makefile | 7 +++++-- Simulator/make.inc | 5 ++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Simulator/Makefile b/Simulator/Makefile index 5f0f46dc0..84c7e7f29 100644 --- a/Simulator/Makefile +++ b/Simulator/Makefile @@ -60,17 +60,20 @@ clean: tar: clean (cd ../..; \ - tar cvf prototype-$(VERSION).tar FlightGear/COPYING FlightGear/Docs \ + tar cvf source-$(VERSION).tar FlightGear/COPYING FlightGear/Docs \ FlightGear/Src FlightGear/Thanks) zip: clean (cd ../..; \ - zip -r prototype-$(VERSION).zip FlightGear/COPYING FlightGear/Docs \ + zip -r source-$(VERSION).zip FlightGear/COPYING FlightGear/Docs \ FlightGear/Src FlightGear/Thanks) #--------------------------------------------------------------------------- # $Log$ +# Revision 1.24 1997/08/16 12:22:17 curt +# Tweaks for new version. +# # Revision 1.23 1997/08/13 20:22:55 curt # Renamed OpenGL/ to GLUT/ # diff --git a/Simulator/make.inc b/Simulator/make.inc index 406cea719..12d4196a1 100644 --- a/Simulator/make.inc +++ b/Simulator/make.inc @@ -25,7 +25,7 @@ #--------------------------------------------------------------------------- -VERSION = 0.07 +VERSION = 0.08 #--------------------------------------------------------------------------- # Choose your weapons @@ -120,6 +120,9 @@ FG_CFLAGS = $(GLOBAL_CFLAGS) #--------------------------------------------------------------------------- # $Log$ +# Revision 1.10 1997/08/16 12:22:19 curt +# Tweaks for new version. +# # Revision 1.9 1997/07/19 22:41:35 curt # tweaks # -- 2.39.2