From 6eb08d59f60211a9c1a81216e1933e9f3f4c3107 Mon Sep 17 00:00:00 2001 Message-Id: <6eb08d59f60211a9c1a81216e1933e9f3f4c3107.1714002376.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 18 Mar 2003 10:40:41 +0000 Subject: [PATCH] Version bump. Organization: Straylight/Edgeware From: mdw --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a2d917a..3dec362 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for RIGHT ON COMMAND-LINE # -# $Id: Makefile,v 1.10 2003/03/11 09:46:36 mdw Exp $ +# $Id: Makefile,v 1.11 2003/03/18 10:40:41 mdw Exp $ #----- Configuration stuff -------------------------------------------------- @@ -30,7 +30,7 @@ RM = rm # Shouldn't need to fiddle with thiis stuff. PACKAGE = rocl -VERSION = 1.1.2 +VERSION = 1.1.3 TCLSCRIPTS = \ elite-editor elite-pairs elite-path elite-find elite-map \ -- [mdw]