[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 486a5bc9dce792b34889411617ef7ebf535b93c7
Ivan
ivan at 420.am
Thu Sep 26 16:38:30 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 486a5bc9dce792b34889411617ef7ebf535b93c7 (commit)
from 34725fae4e3c05e7d483b9379da72f0a91765106 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 486a5bc9dce792b34889411617ef7ebf535b93c7
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Sep 26 16:38:27 2013 -0700
2.3.8 happened
diff --git a/FS/FS.pm b/FS/FS.pm
index 2454c26..a7164c5 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '2.3.8';
+$VERSION = '2.3.9git';
#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 263ba11..774b8bf 100644
--- a/httemplate/docs/about.html
+++ b/httemplate/docs/about.html
@@ -56,7 +56,7 @@ GNU <b>Affero</b> General Public License.<BR>
% unless ( $agentnum ) {
<CENTER>
- <FONT SIZE="-3">"Keep your day job, until your night job pays." -R. Hunter</FONT>
+ <FONT SIZE="-3">"" -R. Hunter</FONT>
</CENTER>
% }
-----------------------------------------------------------------------
Summary of changes:
FS/FS.pm | 2 +-
httemplate/docs/about.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list