From: Steinar H. Gunderson Date: Fri, 20 Nov 2015 01:02:37 +0000 (+0100) Subject: Bump version number to 3.01, and update the FAQ. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=e6c0be9c884c678d048a9a9a569dc1a3f6f83f34;hp=e24b1e66242c5bb4b4227633116a45f6b84d94a2 Bump version number to 3.01, and update the FAQ. --- diff --git a/files/faq.html b/files/faq.html index 20a1f5a..c09c097 100644 --- a/files/faq.html +++ b/files/faq.html @@ -9,7 +9,7 @@

pr0n FAQ

-

Last updated August 8th, 2015

+

Last updated November 20th, 2015

So, what is this pr0n thing anyway?

@@ -99,7 +99,7 @@ Debian jessie.

The Perl modules aren't really that big — we're talking about only - approx. 3100 lines of code (of which ~20% is the WebDAV part; I should + approx. 3000 lines of code (of which ~20% is the WebDAV part; I should really make that a bit cleaner once). Most of the real work is done by the software on which pr0n builds on.

@@ -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 a6a8de4..cd43338 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.00"; + $VERSION = "v3.01"; @ISA = qw(Exporter); @EXPORT = qw(&error &dberror); %EXPORT_TAGS = qw();