diff options
| author | ivan <ivan> | 2012-02-09 03:04:20 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2012-02-09 03:04:20 +0000 |
| commit | 490bc7af26fca1ee6ae0387a2dd11a73e9ff7ffa (patch) | |
| tree | c3fdbb6937767491a9435094f40fa8471f9561e5 | |
| parent | 2b86b315b73b06072cffe266490b4172067a48c4 (diff) | |
2.3.2
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | httemplate/docs/about.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -118,8 +118,8 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.1/ -VERSION=2.3.1 -TAG=freeside_2_3_1 +VERSION=2.3.2cvs +TAG=freeside_2_3_2 DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1 diff --git a/httemplate/docs/about.html b/httemplate/docs/about.html index f397d183f..7aa72a5a2 100644 --- a/httemplate/docs/about.html +++ b/httemplate/docs/about.html @@ -8,7 +8,7 @@ </CENTER> <CENTER> -<FONT SIZE="-1">© 2011 Freeside Internet Services, Inc.<BR> +<FONT SIZE="-1">© 2012 Freeside Internet Services, Inc.<BR> All rights reserved.<BR> Licensed under the terms of the<BR> GNU <b>Affero</b> General Public License.<BR> @@ -29,7 +29,7 @@ GNU <b>Affero</b> General Public License.<BR> <BR> <CENTER> -<FONT SIZE="-3">"It's floodin' down in Texas, poles are out in Utah" -P. McKernan</FONT> +<FONT SIZE="-3">"I had to learn the hard way, to let her pass by" -R. Hunter</FONT> </CENTER> <SCRIPT TYPE="text/javascript"> |
