[Rt-commit] rtir branch, 4.0.0-releng, updated. 4.0.0rc1-9-gb7b999d

Shawn Moore shawn at bestpractical.com
Fri Jul 1 16:12:16 EDT 2016


The branch, 4.0.0-releng has been updated
       via  b7b999d040b2bd9b301adfd789200ad47fd4b224 (commit)
      from  899e4d68bddffc1eabc9458fdbeafc21307d97fc (commit)

Summary of changes:
 META.yml    | 2 +-
 Makefile.PL | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit b7b999d040b2bd9b301adfd789200ad47fd4b224
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Fri Jul 1 20:11:29 2016 +0000

    Require 4.4.1rc1 specifically until 4.4.1 final ships
    
        4.4.1rc1 is (correctly) treated as not new enough for requires_rt '4.4.1'

diff --git a/META.yml b/META.yml
index 5885b29..b2e8b05 100644
--- a/META.yml
+++ b/META.yml
@@ -34,5 +34,5 @@ resources:
   license: http://opensource.org/licenses/gpl-license.php
 version: 4.0.0rc1
 x_module_install_rtx_version: '0.37'
-x_requires_rt: 4.4.1
+x_requires_rt: 4.4.1rc1
 x_rt_too_new: 4.6.0
diff --git a/Makefile.PL b/Makefile.PL
index 20763ab..87e99c9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ author('Best Practical Solutions <sales at bestpractical.com>');
 all_from('lib/RT/IR.pm');
 
 # update README and docs/UPGRADING
-requires_rt('4.4.1');
+requires_rt('4.4.1rc1');
 rt_too_new('4.6.0',"\nThis version of RTIR is only compatible with RT 4.4.x and you are using RT %s\n");
 
 # XXX: This should be reported by M::I::RTx

-----------------------------------------------------------------------


More information about the rt-commit mailing list