[Rt-commit] r9292 - in rtfm/branches/2.3-EXPERIMENTAL: .

falcone at bestpractical.com falcone at bestpractical.com
Fri Oct 12 14:13:22 EDT 2007


Author: falcone
Date: Fri Oct 12 14:13:22 2007
New Revision: 9292

Modified:
   rtfm/branches/2.3-EXPERIMENTAL/   (props changed)
   rtfm/branches/2.3-EXPERIMENTAL/MANIFEST
   rtfm/branches/2.3-EXPERIMENTAL/META.yml
   rtfm/branches/2.3-EXPERIMENTAL/lib/RT/FM.pm

Log:
 r25410 at ketch (orig r9291):  falcone | 2007-10-12 14:11:30 -0400
  r25396 at ketch:  falcone | 2007-10-12 10:31:06 -0400
  * bump version to 2.2.1
  * add Changelog to MANIFEST
 


Modified: rtfm/branches/2.3-EXPERIMENTAL/MANIFEST
==============================================================================
--- rtfm/branches/2.3-EXPERIMENTAL/MANIFEST	(original)
+++ rtfm/branches/2.3-EXPERIMENTAL/MANIFEST	Fri Oct 12 14:13:22 2007
@@ -1,4 +1,5 @@
 bin/notify
+Changelog
 docs/adding_ticketing
 docs/developers_guide
 docs/schema.html

Modified: rtfm/branches/2.3-EXPERIMENTAL/META.yml
==============================================================================
--- rtfm/branches/2.3-EXPERIMENTAL/META.yml	(original)
+++ rtfm/branches/2.3-EXPERIMENTAL/META.yml	Fri Oct 12 14:13:22 2007
@@ -25,4 +25,4 @@
   Tree::Simple: 0
   YAML: 0
   perl: 5.8.0
-version: 2.2.0
+version: 2.2.1

Modified: rtfm/branches/2.3-EXPERIMENTAL/lib/RT/FM.pm
==============================================================================
--- rtfm/branches/2.3-EXPERIMENTAL/lib/RT/FM.pm	(original)
+++ rtfm/branches/2.3-EXPERIMENTAL/lib/RT/FM.pm	Fri Oct 12 14:13:22 2007
@@ -21,7 +21,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.2.0';
+our $VERSION = '2.2.1';
 
 # Create a system object for RTFM
 use RT::FM::System;


More information about the Rt-commit mailing list