X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT.pm;h=c2040d56d2e96a3695f9044b5fc62ddf53566197;hp=df9bc839f0b1d2fb8fda0de1832c444730d67f95;hb=9f0a2d6b88789a9eb940ff2a1d6b121ccb8083bc;hpb=ec3ee28d6bd713aab1b68a1b6ea6b5dc12760892 diff --git a/rt/lib/RT.pm b/rt/lib/RT.pm index df9bc839f..c2040d56d 100644 --- a/rt/lib/RT.pm +++ b/rt/lib/RT.pm @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301 or visit their web page on the internet at -# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html +# http://www.gnu.org/copyleft/gpl.html. # # # CONTRIBUTION SUBMISSION POLICY: @@ -68,7 +68,7 @@ use vars qw($VERSION $System $SystemUser $Nobody $Handle $Logger $MasonSessionDir ); -$VERSION = '3.6.10'; +$VERSION = '3.6.6'; $CORE_CONFIG_FILE = "/opt/rt3/etc/RT_Config.pm"; $SITE_CONFIG_FILE = "/opt/rt3/etc/RT_SiteConfig.pm";