From cce599a39987c9c15d4afcb771e377ea4df31ac6 Mon Sep 17 00:00:00 2001 From: pcanterino <> Date: Mon, 9 Aug 2004 13:51:28 +0000 Subject: [PATCH] Dev-Editor 2.0 --- devedit.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devedit.pl b/devedit.pl index aa4df16..13f71ee 100644 --- a/devedit.pl +++ b/devedit.pl @@ -1,7 +1,7 @@ #!C:/Programme/Perl/bin/perl.exe -w # -# Dev-Editor 2.0 (CVS) +# Dev-Editor 2.0 # # Dev-Editor's main program # @@ -23,7 +23,7 @@ use Command; use Output; use Tool; -$VERSION = '2.0 (CVS)'; +$VERSION = '2.0'; # Path to configuration file # Change if necessary! -- 2.34.1