[Rt-commit] rtir branch 5.0.4-releng created. 5.0.3-39-g048360d6
BPS Git Server
git at git.bestpractical.com
Fri Apr 21 21:29:44 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir".
The branch, 5.0.4-releng has been created
at 048360d6194ba124d3e5e1584b4b187ffdee7e57 (commit)
- Log -----------------------------------------------------------------
commit 048360d6194ba124d3e5e1584b4b187ffdee7e57
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Apr 22 05:01:49 2023 +0800
Prepare 5.0.4beta1
diff --git a/MANIFEST b/MANIFEST
index 1c380792..35c391ee 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -59,6 +59,8 @@ etc/upgrade/3.3.4/content
etc/upgrade/4.9.0/content
etc/upgrade/4.9.1/content
etc/upgrade/5.0.2/content
+etc/upgrade/5.0.4/content
+etc/upgrade/process_articles_initialdata
etc/upgrade/remove_files
etc/upgrade/rtir-2.4-upgrade.pl.in
html/Callbacks/RTIR/Admin/Queues/DefaultValues.html/Init
diff --git a/META.yml b/META.yml
index ba1c4fa7..2a97d209 100644
--- a/META.yml
+++ b/META.yml
@@ -33,7 +33,7 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 5.0.3
+version: 5.0.4beta1
x_module_install_rtx_version: '0.43'
x_requires_rt: 5.0.0
x_rt_too_new: 5.2.0
diff --git a/lib/RT/IR.pm b/lib/RT/IR.pm
index 24eb9b5c..6ba1751b 100644
--- a/lib/RT/IR.pm
+++ b/lib/RT/IR.pm
@@ -51,7 +51,7 @@ use 5.008003;
use strict;
use warnings;
-our $VERSION = '5.0.3';
+our $VERSION = '5.0.4beta1';
use Scalar::Util qw(blessed);
-----------------------------------------------------------------------
hooks/post-receive
--
rtir
More information about the rt-commit
mailing list