From: Steinar H. Gunderson Date: Sat, 28 Nov 2015 15:40:50 +0000 (+0100) Subject: Bump version number to 3.02, with all the bugfixes. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=51f6ff0e15c062f0b26d66f43e88c5937932d4c2;hp=e6cf7ae6773fc1a60ea340f138f82e47349e46e7 Bump version number to 3.02, with all the bugfixes. --- diff --git a/files/faq.html b/files/faq.html index c09c097..d4d8189 100644 --- a/files/faq.html +++ b/files/faq.html @@ -149,7 +149,7 @@ on IRC as Sesse on EFnet, IRCnet, Freenode or OFTC.


- diff --git a/perl/Sesse/pr0n/Common.pm b/perl/Sesse/pr0n/Common.pm index c706bb7..d175979 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -32,7 +32,7 @@ BEGIN { require Sesse::pr0n::Config_local; }; - $VERSION = "v3.01"; + $VERSION = "v3.02"; @ISA = qw(Exporter); @EXPORT = qw(&error &dberror); %EXPORT_TAGS = qw();