From e04d7759c81d74daee88cf550e900b2cd42edce4 Mon Sep 17 00:00:00 2001 From: pcanterino <> Date: Fri, 22 Oct 2004 09:58:50 +0000 Subject: [PATCH] Dev-Editor 2.1a --- devedit.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devedit.pl b/devedit.pl index f68003d..169abc4 100644 --- a/devedit.pl +++ b/devedit.pl @@ -1,7 +1,7 @@ #!C:/Programme/Perl/bin/perl.exe -w # -# Dev-Editor 2.1 +# Dev-Editor 2.1a # # Dev-Editor's main program # @@ -23,7 +23,7 @@ use Command; use Output; use Tool; -$VERSION = '2.1'; +$VERSION = '2.1a'; # Path to configuration file # Change if necessary! -- 2.34.1