[Rt-commit] [rtir] 01/01: Bump the version requirements
Kevin Falcone
falcone at bestpractical.com
Mon Jul 15 11:08:01 EDT 2013
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 2.9-trunk
in repository rtir.
commit a3bd6a4a0cb357cce5879a4aa3dc366a15df44ee
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Jul 15 11:07:50 2013 -0400
Bump the version requirements
---
Makefile.PL | 4 ++--
README | 2 +-
docs/UPGRADING | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index 20c1f86..45a0a36 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,8 +5,8 @@ license('GPL Version 2');
author('Best Practical Solutions <sales at bestpractical.com>');
version_from('lib/RT/IR.pm');
-# update docs/UPGRADING
-requires_rt('4.0.11');
+# update README and docs/UPGRADING
+requires_rt('4.0.14rc1');
# XXX: This should be reported by M::I::RTx
my ($lib_path) = $INC{'RT.pm'} =~ /^(.*)[\\\/]/;
diff --git a/README b/README
index d1b36ae..7cebe24 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ touch with us at <sales at bestpractical.com>.
REQUIRED PACKAGES:
------------------
-o RT 4.0.0 or later, configured, installed and tested.
+o RT 4.0.14rc1 or later, configured, installed and tested.
o Net::Whois::RIPE 1.31 or OLDER, later versions broke
backwards compatibility
diff --git a/docs/UPGRADING b/docs/UPGRADING
index ea3eafb..7a261f4 100644
--- a/docs/UPGRADING
+++ b/docs/UPGRADING
@@ -24,7 +24,7 @@ lose data.
=item 2
-Upgrade your RT installation to RT 4.0.11 or newer following
+Upgrade your RT installation to RT 4.0.14rc1 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