From: mdw Date: Mon, 24 Mar 2003 08:27:18 +0000 (+0000) Subject: Version bump. X-Git-Tag: 1.1.4~1 X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/commitdiff_plain/ed7e32ddf012942e79228143a1d605a9e7675e38 Version bump. --- 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)