From ed7e32ddf012942e79228143a1d605a9e7675e38 Mon Sep 17 00:00:00 2001 From: mdw Date: Mon, 24 Mar 2003 08:27:18 +0000 Subject: [PATCH] Version bump. --- Makefile | 6 +++--- Makefile.NT | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 00b3b7e..9f8d9ce 100644 --- 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) diff --git a/Makefile.NT b/Makefile.NT index 74c857c..9938b13 100644 --- a/Makefile.NT +++ b/Makefile.NT @@ -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) -- 2.11.0