X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/1fa7943caa4368a8031e1d7bf470b385ff7cad50..HEAD:/devedit.pl diff --git a/devedit.pl b/devedit.pl index 783013d..00fee80 100644 --- a/devedit.pl +++ b/devedit.pl @@ -1,19 +1,19 @@ #!C:/Programme/Perl/bin/perl.exe -w # -# Dev-Editor 3.1 +# Dev-Editor 3.2 # # Dev-Editor's main program # # Author: Patrick Canterino -# Last modified: 2010-12-24 +# Last modified: 2011-02-11 # # Copyright (C) 1999-2000 Roland Bluethgen, Frank Schoenmann -# Copyright (C) 2003-2009 Patrick Canterino +# Copyright (C) 2003-2011 Patrick Canterino # All Rights Reserved. # # This file can be distributed and/or modified under the terms of -# of the Artistic License 1.0 (see also the LICENSE file found at +# of the Artistic License 2.0 (see also the LICENSE file found at # the top level of the Dev-Editor distribution). # @@ -30,7 +30,7 @@ use Command; use Output; use Tool; -$VERSION = '3.2-dev'; +$VERSION = '3.2'; # Path to configuration file # Change if necessary!