]> git.sesse.net Git - pr0n/commitdiff
Release pr0n v3.00.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 19 Nov 2015 20:20:50 +0000 (21:20 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 19 Nov 2015 20:20:50 +0000 (21:20 +0100)
files/faq.html
perl/Sesse/pr0n/Common.pm

index b509bd8e18fae503265b900ce92de5f7458cba10..20a1f5aa88a79d079cf4f50b9264ea05f75f3fb9 100644 (file)
@@ -99,7 +99,7 @@
       <a href="http://www.debian.org/">Debian</a> jessie.</p>
 
     <p>The Perl modules aren't really that big — we're talking about only
       <a href="http://www.debian.org/">Debian</a> jessie.</p>
 
     <p>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.</p>
 
       really make that a bit cleaner once). Most of the real work is done by
       the software on which pr0n builds on.</p>
 
       on IRC as Sesse on EFnet, IRCnet, Freenode or OFTC.</p>
 
     <hr />
       on IRC as Sesse on EFnet, IRCnet, Freenode or OFTC.</p>
 
     <hr />
-    <p class="footer">pr0n v3.00-pre,
+    <p class="footer">pr0n v3.00,
       &copy; 2004&ndash;2015 <a href="http://www.sesse.net/">Steinar H. Gunderson</a>.</p>
   </body>
 </html>
       &copy; 2004&ndash;2015 <a href="http://www.sesse.net/">Steinar H. Gunderson</a>.</p>
   </body>
 </html>
index 2f3c5e95173f4b9c1f5464a842c57a667bcf4de9..f98d16fe28dbba3e77719e61c7d94a520574e83e 100644 (file)
@@ -34,7 +34,7 @@ BEGIN {
                require Sesse::pr0n::Config_local;
        };
 
                require Sesse::pr0n::Config_local;
        };
 
-       $VERSION     = "v3.00-pre";
+       $VERSION     = "v3.00";
        @ISA         = qw(Exporter);
        @EXPORT      = qw(&error &dberror);
        %EXPORT_TAGS = qw();
        @ISA         = qw(Exporter);
        @EXPORT      = qw(&error &dberror);
        %EXPORT_TAGS = qw();