]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/Generated.pm
Master to 4.2.8
[usit-rt.git] / lib / RT / Generated.pm
index 408300eeab64641937f52949b233368cdb5a5873..be85faf7eaaa57edca584227f55deb5f00534cf3 100644 (file)
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -50,7 +50,8 @@ package RT;
 use warnings;
 use strict;
 
-our $VERSION = '4.0.17';
+our $VERSION = '4.2.8';
+our ($MAJOR_VERSION, $MINOR_VERSION, $REVISION) = $VERSION =~ /^(\d)\.(\d)\.(\d+)/;
 
 
 
@@ -60,11 +61,13 @@ $BinPath = 'bin';
 $SbinPath = 'sbin';
 $VarPath = 'var';
 $LexiconPath = 'share/po';
+$StaticPath = 'share/static';
 $PluginPath = 'plugins';
 $LocalPath = 'local';
 $LocalEtcPath = 'local/etc';
 $LocalLibPath        =    'local/lib';
 $LocalLexiconPath = 'local/po';
+$LocalStaticPath = 'local/static';
 $LocalPluginPath = 'local/plugins';
 # $MasonComponentRoot is where your rt instance keeps its mason html files
 $MasonComponentRoot = 'share/html';