[Rt-commit] r8175 - in rtir/branches/2.3-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Jul 16 15:33:42 EDT 2007
Author: ruz
Date: Mon Jul 16 15:33:36 2007
New Revision: 8175
Modified:
rtir/branches/2.3-EXPERIMENTAL/MANIFEST
rtir/branches/2.3-EXPERIMENTAL/META.yml
rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm
Log:
* bump version
Modified: rtir/branches/2.3-EXPERIMENTAL/MANIFEST
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/MANIFEST (original)
+++ rtir/branches/2.3-EXPERIMENTAL/MANIFEST Mon Jul 16 15:33:36 2007
@@ -218,6 +218,9 @@
t/015-make-clicky.t
t/016-date-started.t
t/017-locking.t
+t/018-bulk-abandon.t
+t/019-watchers-on-create.t
+t/019-webui-block-fields.t
t/03firstmilestone.t
t/rtir-test.pl
UPGRADING
Modified: rtir/branches/2.3-EXPERIMENTAL/META.yml
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/META.yml (original)
+++ rtir/branches/2.3-EXPERIMENTAL/META.yml Mon Jul 16 15:33:36 2007
@@ -27,4 +27,4 @@
RT::FM: 0
Regexp::Common: 0
Regexp::Common::net::CIDR: 0
-version: 2.3.3
+version: 2.3.4
Modified: rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm (original)
+++ rtir/branches/2.3-EXPERIMENTAL/lib/RT/IR.pm Mon Jul 16 15:33:36 2007
@@ -46,7 +46,7 @@
#
package RT::IR;
-our $VERSION = '2.3.3';
+our $VERSION = '2.3.4';
use warnings;
use strict;
More information about the Rt-commit
mailing list