summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS.pm2
-rw-r--r--httemplate/docs/about.html4
-rw-r--r--httemplate/docs/credits.html11
3 files changed, 11 insertions, 6 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 2d963b54f..2517c1fd6 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.0git';
+$VERSION = '3.0';
#find missing entries in this file with:
# for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done
diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html
index 33b21a3ad..c2ba4e4a0 100644
--- a/httemplate/docs/about.html
+++ b/httemplate/docs/about.html
@@ -28,7 +28,7 @@
% } else {
<FONT SIZE="-1">
% }
-&copy; 2012 Freeside Internet Services, Inc.<BR>
+&copy; 2013 Freeside Internet Services, Inc.<BR>
All rights reserved.<BR>
Licensed under the terms of the<BR>
GNU <b>Affero</b> General Public License.<BR>
@@ -56,7 +56,7 @@ GNU <b>Affero</b> General Public License.<BR>
% unless ( $agentnum ) {
<CENTER>
-<!-- <FONT SIZE="-3">"" -R. Hunter</FONT> -->
+ <FONT SIZE="-3">"I can't figure out ... if it's an end or the beginning" - R. Hunter</FONT>
</CENTER>
% }
diff --git a/httemplate/docs/credits.html b/httemplate/docs/credits.html
index c1d0d8705..218698fb9 100644
--- a/httemplate/docs/credits.html
+++ b/httemplate/docs/credits.html
@@ -26,9 +26,9 @@
<CENTER>
<IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR>
<H3>version <% $FS::VERSION %></H3>
-</CENTER>
-<CENTER>
+<BR>
+<BR>
<H3>Core Team</H3>
Jeremy Davis<BR>
@@ -36,6 +36,9 @@ Ivan Kohler<BR>
Mark Wells<BR>
<BR>
+<BR>
+<BR>
+
<H3>Core Emeritus</H3>
Peter Bowen<BR>
Jeff Finucane<BR>
@@ -76,6 +79,8 @@ Sean Hanson<BR>
Dale Hege<BR>
Kelly Hickel<BR>
Mark James<BR>
+Gary Jones<BR>
+Fernando M. Kiernan<BR>
Frederico Caldeira Knabben<BR>
Greg Kuhnert<BR>
Randall Lucas<BR>
@@ -162,7 +167,7 @@ function myHeight() {
document.body.style.overflow = 'hidden';
-var startingPosition = 340;
+var startingPosition = 303;
//huh, adjust for firefox
var ua = navigator.userAgent;