From 54dad5a0c7a0e11b30267db10353c162e680fcb5 Mon Sep 17 00:00:00 2001
From: pcanterino <>
Date: Wed, 13 Oct 2004 19:55:45 +0000
Subject: [PATCH] Dev-Editor 2.1

---
 devedit.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devedit.pl b/devedit.pl
index 9733c9d..f68003d 100644
--- a/devedit.pl
+++ b/devedit.pl
@@ -1,7 +1,7 @@
 #!C:/Programme/Perl/bin/perl.exe -w
 
 #
-# Dev-Editor 2.0
+# Dev-Editor 2.1
 #
 # Dev-Editor's main program
 #
@@ -23,7 +23,7 @@ use Command;
 use Output;
 use Tool;
 
-$VERSION = '2.0';
+$VERSION = '2.1';
 
 # Path to configuration file
 # Change if necessary!
-- 
2.34.1