From e3a5b5b0a960dd8657ae7c7f195deba01ecdff5a Mon Sep 17 00:00:00 2001 From: pcanterino <> Date: Sat, 27 Nov 2004 10:37:29 +0000 Subject: [PATCH 1/1] Dev-Editor 2.2 --- devedit.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devedit.pl b/devedit.pl index d9e146e..2bf27bf 100644 --- a/devedit.pl +++ b/devedit.pl @@ -1,7 +1,7 @@ #!C:/Programme/Perl/bin/perl.exe -w # -# Dev-Editor 2.1a +# Dev-Editor 2.2 # # Dev-Editor's main program # @@ -23,7 +23,7 @@ use Command; use Output; use Tool; -$VERSION = '2.1a'; +$VERSION = '2.2'; # Path to configuration file # Change if necessary! -- 2.34.1