From 53b9ba47322ee112b3f259006ce1eeb8410904b9 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 5 Jan 2013 15:48:47 -0800 Subject: [PATCH] 3.0 --- FS/FS.pm | 2 +- httemplate/docs/about.html | 4 ++-- httemplate/docs/credits.html | 11 ++++++++--- 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.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 { % } -© 2012 Freeside Internet Services, Inc.
+© 2013 Freeside Internet Services, Inc.
All rights reserved.
Licensed under the terms of the
GNU Affero General Public License.
@@ -56,7 +56,7 @@ GNU Affero General Public License.
% unless ( $agentnum ) {
- + "I can't figure out ... if it's an end or the beginning" - R. Hunter
% } 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 @@

version <% $FS::VERSION %>

-
-
+
+

Core Team

Jeremy Davis
@@ -36,6 +36,9 @@ Ivan Kohler
Mark Wells

+
+
+

Core Emeritus

Peter Bowen
Jeff Finucane
@@ -76,6 +79,8 @@ Sean Hanson
Dale Hege
Kelly Hickel
Mark James
+Gary Jones
+Fernando M. Kiernan
Frederico Caldeira Knabben
Greg Kuhnert
Randall Lucas
@@ -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; -- 2.20.1