From d241beaca38f6cdb8eed359b3a3a9c5b8879aff6 Mon Sep 17 00:00:00 2001 From: pcanterino <> Date: Sat, 16 Apr 2005 07:59:08 +0000 Subject: [PATCH] Changed version number --- devedit.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devedit.pl b/devedit.pl index f2b3001..76dd3c4 100644 --- a/devedit.pl +++ b/devedit.pl @@ -1,12 +1,12 @@ #!C:/Programme/Perl/bin/perl.exe -w # -# Dev-Editor 2.3.1 +# Dev-Editor 3.0 (CVS) # # Dev-Editor's main program # # Author: Patrick Canterino -# Last modified: 2005-04-09 +# Last modified: 2005-04-16 # use strict; @@ -22,7 +22,7 @@ use Command; use Output; use Tool; -$VERSION = '2.3.1'; +$VERSION = '3.0 (CVS)'; # Path to configuration file # Change if necessary! -- 2.34.1