From: Steinar H. Gunderson Date: Thu, 19 Nov 2015 20:20:50 +0000 (+0100) Subject: Release pr0n v3.00. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=99d9f0c703c79fe70a4874d0d658944e150f15d6;hp=921a0d5faf4ad62b53ad8217255f28f3aa1eeddb Release pr0n v3.00. --- diff --git a/files/faq.html b/files/faq.html index b509bd8..20a1f5a 100644 --- a/files/faq.html +++ b/files/faq.html @@ -99,7 +99,7 @@ Debian jessie.

The Perl modules aren't really that big — we're talking about only - approx. 3400 lines of code (of which ~25% is the WebDAV part; I should + approx. 3100 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 2f3c5e9..f98d16f 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -34,7 +34,7 @@ BEGIN { require Sesse::pr0n::Config_local; }; - $VERSION = "v3.00-pre"; + $VERSION = "v3.00"; @ISA = qw(Exporter); @EXPORT = qw(&error &dberror); %EXPORT_TAGS = qw();