[Rt-commit] [rtir] 04/05: Require RT 4.2.9rc1 to install

Kevin Falcone falcone at bestpractical.com
Thu Oct 23 17:42:44 EDT 2014


This is an automated email from the git hooks/post-receive script.

falcone pushed a commit to branch 3.2.0-releng
in repository rtir.

commit 3ceb28b44fd5dd189d636e8fd5f09693ae38a49c
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Thu Oct 23 17:02:56 2014 -0400

    Require RT 4.2.9rc1 to install
---
 META.yml    | 2 +-
 Makefile.PL | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/META.yml b/META.yml
index 47c05e2..fcf175d 100644
--- a/META.yml
+++ b/META.yml
@@ -34,5 +34,5 @@ resources:
   license: http://opensource.org/licenses/gpl-license.php
 version: 3.2.0rc1
 x_module_install_rtx_version: '0.36'
-x_requires_rt: 4.2.7
+x_requires_rt: 4.2.9rc1
 x_rt_too_new: 4.4.0
diff --git a/Makefile.PL b/Makefile.PL
index 160d607..9e30e8a 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.2.7');
+requires_rt('4.2.9rc1');
 rt_too_new('4.4.0',"\nRTIR 3.2.x is only compatible with RT 4.2.x and you are using RT %s\n");
 
 # XXX: This should be reported by M::I::RTx

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list