]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks for new version.
authorcurt <curt>
Sat, 16 Aug 1997 12:22:17 +0000 (12:22 +0000)
committercurt <curt>
Sat, 16 Aug 1997 12:22:17 +0000 (12:22 +0000)
Simulator/Makefile
Simulator/make.inc

index 5f0f46dc0c050bcf6af5323ff352d561bef9bc33..84c7e7f29b855183bc150ee7c52438a5693b184e 100644 (file)
@@ -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/
 #
index 406cea7196393a5965af9a844a1e53370a154667..12d4196a113bd45e479a787d5eae19b48a1f7eb7 100644 (file)
@@ -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
 #