summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-06-24 03:31:16 +0000
committerivan <ivan>2010-06-24 03:31:16 +0000
commit9f0a2d6b88789a9eb940ff2a1d6b121ccb8083bc (patch)
treeb4b610140b163aa201cb334ee91db58d917dce6a
parentec3ee28d6bd713aab1b68a1b6ea6b5dc12760892 (diff)
not changing this hopefully will cause fewer upgrade conflicts. stupid BPS header
-rw-r--r--rt/lib/RT.pm4
1 files changed, 2 insertions, 2 deletions
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";