]> git.p6c8.net - devedit.git/blobdiff - devedit.pl
D'oh!
[devedit.git] / devedit.pl
index e81172f0503e3cf962b8e8244cc6d07b2eaf412d..00fee800ca0d3c098c16a6873c673b60b159a052 100644 (file)
@@ -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 <patrick@patshaping.de>
-# Last modified: 2010-12-24
+# Last modified: 2011-02-11
 #
 # Copyright (C) 1999-2000 Roland Bluethgen, Frank Schoenmann
 # 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!

patrick-canterino.de