[Rt-commit] rtir branch, 4.0.0-releng, updated. 4.0.0rc2

Shawn Moore shawn at bestpractical.com
Wed Jul 6 16:22:29 EDT 2016


The branch, 4.0.0-releng has been updated
       via  d2468820efd0f59d038890c42dc2344e05f22e94 (commit)
       via  963a483754b5bad43d34f78a95ff523eb82b1cd0 (commit)
      from  0d6a1c5fc09f967e3b55c485cf06b1cf31e431a6 (commit)

Summary of changes:
 META.yml     | 4 ++--
 Makefile.PL  | 2 +-
 lib/RT/IR.pm | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 963a483754b5bad43d34f78a95ff523eb82b1cd0
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Jul 6 15:57:40 2016 -0400

    RTIR 4.0.0rc2 requires the RT 4.4.1rc2 we're shipping simultaneously

diff --git a/META.yml b/META.yml
index b2e8b05..c57aec9 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.1rc1
+x_requires_rt: 4.4.1rc2
 x_rt_too_new: 4.6.0
diff --git a/Makefile.PL b/Makefile.PL
index 87e99c9..0052040 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.1rc1');
+requires_rt('4.4.1rc2');
 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

commit d2468820efd0f59d038890c42dc2344e05f22e94
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Jul 6 15:58:23 2016 -0400

    Bump version to 4.0.0rc2

diff --git a/META.yml b/META.yml
index c57aec9..ee2074d 100644
--- a/META.yml
+++ b/META.yml
@@ -32,7 +32,7 @@ requires:
   perl: 5.10.1
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: 4.0.0rc1
+version: 4.0.0rc2
 x_module_install_rtx_version: '0.37'
 x_requires_rt: 4.4.1rc2
 x_rt_too_new: 4.6.0
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 8c208f6..502dde9 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -51,7 +51,7 @@ use 5.008003;
 use strict;
 use warnings;
 
-our $VERSION = '4.0.0rc1';
+our $VERSION = '4.0.0rc2';
 
 use Scalar::Util qw(blessed);
 

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


More information about the rt-commit mailing list