]> git.p6c8.net - devedit.git/blobdiff - devedit.pl
- Changed version number to 3.0
[devedit.git] / devedit.pl
index f6d59c9a58470f54c4c1e56e728f219e8eab37e5..909550b8767f34036bab6c1399f5bae9351fbb62 100644 (file)
@@ -1,12 +1,12 @@
 #!C:/Programme/Perl/bin/perl.exe -w
 
 #
-# Dev-Editor 3.0 (CVS)
+# Dev-Editor 3.0
 #
 # Dev-Editor's main program
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-06-09
+# Last modified: 2005-06-14
 #
 
 use strict;
@@ -22,7 +22,7 @@ use Command;
 use Output;
 use Tool;
 
-$VERSION = '3.0 (CVS)';
+$VERSION = '3.0';
 
 # Path to configuration file
 # Change if necessary!
@@ -95,7 +95,7 @@ if($newfile ne '' && $newfile !~ /^\s+$/)
  $new_physical = File::Spec->canonpath($new_physical.'/'.$file);
  $new_virtual .= $file;
 
- # Check if the file is denied by configuration
+ # Check if accessing this file is forbidden
 
  if(is_forbidden_file($config->{'forbidden'},$new_virtual))
  {

patrick-canterino.de