From e6c0be9c884c678d048a9a9a569dc1a3f6f83f34 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 20 Nov 2015 02:02:37 +0100 Subject: [PATCH] Bump version number to 3.01, and update the FAQ. --- files/faq.html | 8 ++++---- perl/Sesse/pr0n/Common.pm | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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(); -- 2.39.2