]> git.sesse.net Git - pr0n/commitdiff
Bump version number to 3.01, and update the FAQ.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 20 Nov 2015 01:02:37 +0000 (02:02 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 20 Nov 2015 01:02:37 +0000 (02:02 +0100)
files/faq.html
perl/Sesse/pr0n/Common.pm

index 20a1f5aa88a79d079cf4f50b9264ea05f75f3fb9..c09c0977b9b8b8ac47ea7ebdd1a9337a7859f26b 100644 (file)
@@ -9,7 +9,7 @@
   </head>
   <body>
     <h1>pr0n FAQ</h1>
-    <p>Last updated August 8th, 2015</p>
+    <p>Last updated November 20th, 2015</p>
 
     <h2>So, what is this pr0n thing anyway?</h2>
     
@@ -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
-      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.</p>
 
       on IRC as Sesse on EFnet, IRCnet, Freenode or OFTC.</p>
 
     <hr />
-    <p class="footer">pr0n v3.00,
-      &copy; 2004&ndash;2015 <a href="http://www.sesse.net/">Steinar H. Gunderson</a>.</p>
+    <p class="footer">pr0n v3.01,
+      &copy; 2004&ndash;2015 <a href="https://www.sesse.net/">Steinar H. Gunderson</a>.</p>
   </body>
 </html>
index a6a8de4b52f82cd9db3138a8dc1fadea065d05e1..cd43338a9c3719db39e9aceda92e68045f300177 100644 (file)
@@ -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();