[Rt-commit] r9132 - in rtfm/branches/2.1-TESTING: .

falcone at bestpractical.com falcone at bestpractical.com
Sun Sep 23 22:33:19 EDT 2007


Author: falcone
Date: Sun Sep 23 22:33:18 2007
New Revision: 9132

Modified:
   rtfm/branches/2.1-TESTING/   (props changed)
   rtfm/branches/2.1-TESTING/META.yml
   rtfm/branches/2.1-TESTING/lib/RT/FM.pm

Log:
 r24920 at ketch:  falcone | 2007-09-23 22:22:06 -0400
 * bump version to 2.2.0


Modified: rtfm/branches/2.1-TESTING/META.yml
==============================================================================
--- rtfm/branches/2.1-TESTING/META.yml	(original)
+++ rtfm/branches/2.1-TESTING/META.yml	Sun Sep 23 22:33:18 2007
@@ -1,7 +1,7 @@
 --- 
 abstract: RT FM Extension
 distribution_type: module
-generated_by: Module::Install version 0.67
+generated_by: Module::Install version 0.670
 license: GPL version 2
 meta-spec: 
   url: http://module-build.sourceforge.net/META-spec-v1.3.html
@@ -25,4 +25,4 @@
   Tree::Simple: 0
   YAML: 0
   perl: 5.8.0
-version: 2.2.0RC7
+version: 2.2.0

Modified: rtfm/branches/2.1-TESTING/lib/RT/FM.pm
==============================================================================
--- rtfm/branches/2.1-TESTING/lib/RT/FM.pm	(original)
+++ rtfm/branches/2.1-TESTING/lib/RT/FM.pm	Sun Sep 23 22:33:18 2007
@@ -21,7 +21,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.2.0RC7';
+our $VERSION = '2.2.0';
 
 # Create a system object for RTFM
 use RT::FM::System;


More information about the Rt-commit mailing list