From: pcanterino <> Date: Sat, 23 Apr 2005 07:06:52 +0000 (+0000) Subject: Updated version number to 2.3.2 X-Git-Tag: version_2_3_2~1 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/f0288c6096cf43b4d5663492f7a51eedc5bf49c9 Updated version number to 2.3.2 --- diff --git a/devedit.pl b/devedit.pl index fc49a71..1de2d78 100644 --- a/devedit.pl +++ b/devedit.pl @@ -1,7 +1,7 @@ #!C:/Programme/Perl/bin/perl.exe -w # -# Dev-Editor 2.3.1 +# Dev-Editor 2.3.2 # # Dev-Editor's main program # @@ -23,7 +23,7 @@ use Command; use Output; use Tool; -$VERSION = '2.3.1'; +$VERSION = '2.3.2'; # Path to configuration file # Change if necessary!