[Rt-commit] [rtir] 01/04: Now that 4.0.14 is real, require it.

Kevin Falcone falcone at bestpractical.com
Thu Jul 25 16:44:23 EDT 2013


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

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

commit 7e621539a98f608477ea2053817e63069e4f9fca
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Jul 23 17:12:56 2013 -0400

    Now that 4.0.14 is real, require it.
---
 Makefile.PL    | 2 +-
 README         | 2 +-
 docs/UPGRADING | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index ce037b8..debf8ec 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,7 +6,7 @@ author('Best Practical Solutions <sales at bestpractical.com>');
 version_from('lib/RT/IR.pm');
 
 # update README and docs/UPGRADING
-requires_rt('4.0.14rc1');
+requires_rt('4.0.14');
 
 # XXX: This should be reported by M::I::RTx
 my ($lib_path) = $INC{'RT.pm'} =~ /^(.*)[\\\/]/;
diff --git a/README b/README
index 085697a..e6d8e1e 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ touch with us at <sales at bestpractical.com>.
 REQUIRED PACKAGES:
 ------------------
 
-o   RT 4.0.14rc1 or later, configured, installed and tested.
+o   RT 4.0.14 or later, configured, installed and tested.
 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 7a261f4..482688d 100644
--- a/docs/UPGRADING
+++ b/docs/UPGRADING
@@ -24,7 +24,7 @@ lose data.
 
 =item 2
 
-Upgrade your RT installation to RT 4.0.14rc1 or newer following
+Upgrade your RT installation to RT 4.0.14 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