From: Steinar H. Gunderson Date: Tue, 21 Aug 2007 05:25:33 +0000 (+0200) Subject: Bump the version number to 2.50, and update the FAQ. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=ec8aac6290cf893d742803fb4eb254d00eae0e5b;ds=sidebyside Bump the version number to 2.50, and update the FAQ. --- diff --git a/files/faq.html b/files/faq.html index 55d93bc..3c2edc2 100644 --- a/files/faq.html +++ b/files/faq.html @@ -9,7 +9,7 @@

pr0n FAQ

-

Last updated April 13th, 2007

+

Last updated August 21st, 2007

So, what is this pr0n thing anyway?

@@ -96,8 +96,8 @@

How much data is there in there, anyway?

-

At the time of writing, approximately 72GB of image data (that is, over - 46000 different images), plus cache, plus metadata in the SQL database. +

At the time of writing, approximately 86GB of image data (that is, over + 52000 different images), plus cache, plus metadata in the SQL database. (These numbers are growing rather rapidly, so they could be outdated at any given time.)

@@ -140,7 +140,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 d2dcd7d..4229829 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -35,7 +35,7 @@ BEGIN { require Sesse::pr0n::Config_local; }; - $VERSION = "v2.49"; + $VERSION = "v2.50"; @ISA = qw(Exporter); @EXPORT = qw(&error &dberror); %EXPORT_TAGS = qw();