Version bump.
authormdw <mdw>
Mon, 24 Mar 2003 08:27:18 +0000 (08:27 +0000)
committermdw <mdw>
Mon, 24 Mar 2003 08:27:18 +0000 (08:27 +0000)
Makefile
Makefile.NT

index 00b3b7e..9f8d9ce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 # Makefile for RIGHT ON COMMAND-LINE
 #
-# $Id: Makefile,v 1.12 2003/03/18 10:43:55 mdw Exp $
+# $Id: Makefile,v 1.13 2003/03/24 08:27:18 mdw Exp $
 
 #----- Configuration stuff --------------------------------------------------
 
@@ -30,7 +30,7 @@ RM = rm
 # Shouldn't need to fiddle with thiis stuff.
 
 PACKAGE = rocl
-VERSION = 1.1.3
+VERSION = 1.1.4
 
 TCLSCRIPTS = \
        elite-editor elite-pairs elite-path elite-find elite-map \
@@ -66,7 +66,7 @@ clean:
 
 DISTDIR = $(PACKAGE)-$(VERSION)
 DISTFILES = \
-       README Makefile $(SRCFILES) elite.tcl \
+       README Makefile $(SRCFILES) elite.tcl steele.cmdr \
        elite.def vec.def graph.def $(TCLSCRIPTS)
 distdir: $(DISTFILES)
        $(RM) -rf $(DISTDIR)
index 74c857c..9938b13 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for RIGHT ON COMMAND-LINE
 #
-# $Id: Makefile.NT,v 1.2 2003/03/18 10:43:55 mdw Exp $
+# $Id: Makefile.NT,v 1.3 2003/03/24 08:27:18 mdw Exp $
 
 #----- Configuration stuff --------------------------------------------------
 
@@ -32,7 +32,7 @@ RM = rm
 # Shouldn't need to fiddle with thiis stuff.
 
 PACKAGE = rocl
-VERSION = 1.1.3
+VERSION = 1.1.4
 
 TCLSCRIPTS = \
        elite-editor elite-pairs elite-path elite-find elite-map \
@@ -69,7 +69,7 @@ clean:
 
 DISTDIR = $(PACKAGE)-$(VERSION)
 DISTFILES = \
-       README Makefile $(SRCFILES) elite.tcl \
+       README Makefile $(SRCFILES) elite.tcl steele.cmdr \
        elite.def vec.def graph.def $(TCLSCRIPTS)
 distdir: $(DISTFILES)
        $(RM) -rf $(DISTDIR)