[Rt-commit] rtir branch, 4.0.1-releng, updated. 4.0.0-44-g3bcbdbe
Shawn Moore
shawn at bestpractical.com
Wed May 31 19:44:25 EDT 2017
The branch, 4.0.1-releng has been updated
via 3bcbdbebb9487dfbc4a3082ae3cea300d07d935d (commit)
from 56db8efef456461a48c792ab3ede74014ac3a7b7 (commit)
Summary of changes:
META.yml | 2 +-
lib/RT/IR.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 3bcbdbebb9487dfbc4a3082ae3cea300d07d935d
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed May 31 23:44:17 2017 +0000
Bump version to 4.0.1rc1
diff --git a/META.yml b/META.yml
index 107f45c..9be33ba 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.0
+version: 4.0.1rc1
x_module_install_rtx_version: '0.38'
x_requires_rt: 4.4.1
x_rt_too_new: 4.6.0
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 2b370c5..89a80ee 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.0';
+our $VERSION = '4.0.1rc1';
use Scalar::Util qw(blessed);
-----------------------------------------------------------------------
More information about the rt-commit
mailing list