#!C:/Programme/Perl/bin/perl.exe -w
#
-# Dev-Editor 2.0
+# Dev-Editor 2.1
#
# Dev-Editor's main program
#
use Output;
use Tool;
-$VERSION = '2.0';
+$VERSION = '2.1';
# Path to configuration file
# Change if necessary!
$new_virtual .= $file;
}
-# This check has to be performed first, or abs_path() will be confused
+# This check has to be performed first or abs_path() will be confused
if(-e clean_path($config->{'fileroot'}."/".$file))
{