[Rt-commit] [rtir] 02/03: We now require 4.2.9
Kevin Falcone
falcone at bestpractical.com
Wed Oct 29 17:46:21 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 d4ae82a6fe462722e58e561797bdc7591b36faad
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Oct 29 17:42:53 2014 -0400
We now require 4.2.9
---
META.yml | 2 +-
Makefile.PL | 2 +-
README | 2 +-
docs/UPGRADING | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/META.yml b/META.yml
index 4e58a4f..cc7570d 100644
--- a/META.yml
+++ b/META.yml
@@ -34,5 +34,5 @@ resources:
license: http://opensource.org/licenses/gpl-license.php
version: 3.2.0rc2
x_module_install_rtx_version: '0.36'
-x_requires_rt: 4.2.9rc1
+x_requires_rt: 4.2.9
x_rt_too_new: 4.4.0
diff --git a/Makefile.PL b/Makefile.PL
index 9e30e8a..780e5f1 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.9rc1');
+requires_rt('4.2.9');
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
diff --git a/README b/README
index 6d12c0c..9953d1d 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ touch with us at <sales at bestpractical.com>.
REQUIRED PACKAGES:
------------------
-o RT 4.2.7 or newer releases of the 4.2 series.
+o RT 4.2.9 or newer releases of the 4.2 series.
o Net::Whois::RIPE 1.31 is bundled with RTIR for compatibility with the
API RTIR uses and for a fix to run without warnings under perl 5.18.
diff --git a/docs/UPGRADING b/docs/UPGRADING
index d4b8b98..9412c92 100644
--- a/docs/UPGRADING
+++ b/docs/UPGRADING
@@ -24,7 +24,7 @@ lose data.
=item 2
-Upgrade your RT installation to RT 4.2.7 or newer following
+Upgrade your RT installation to RT 4.2.9 or newer following
its upgrade instructions. Make sure you follow all of the
steps and upgrade both the code and the database.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list