[Rt-commit] r19827 - in rtfm/branches/2.4.2-releng: lib/RT

falcone at bestpractical.com falcone at bestpractical.com
Mon Jun 1 17:13:04 EDT 2009


Author: falcone
Date: Mon Jun  1 17:13:04 2009
New Revision: 19827

Modified:
   rtfm/branches/2.4.2-releng/META.yml
   rtfm/branches/2.4.2-releng/lib/RT/FM.pm

Log:
bump version for 2.4.2rc1 release

Modified: rtfm/branches/2.4.2-releng/META.yml
==============================================================================
--- rtfm/branches/2.4.2-releng/META.yml	(original)
+++ rtfm/branches/2.4.2-releng/META.yml	Mon Jun  1 17:13:04 2009
@@ -1,22 +1,25 @@
---- 
-abstract: RT FM Extension
+---
+abstract: 'RT FM Extension'
 author: ~
+build_requires:
+  ExtUtils::MakeMaker: 6.42
+configure_requires:
+  ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: Module::Install version 0.70
-license: GPL version 2
-meta-spec: 
-  url: http://module-build.sourceforge.net/META-spec-v1.3.html
-  version: 1.3
+generated_by: 'Module::Install version 0.91'
+license: 'GPL version 2'
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
 name: RTFM
-no_index: 
-  directory: 
+no_index:
+  directory:
     - etc
     - html
-    - po
-    - var
     - inc
+    - po
     - t
-requires: 
+requires:
   HTML::FormatText: 0
   HTML::TreeBuilder: 0
   RT: 3.004002
@@ -24,4 +27,4 @@
   Time::ParseDate: 0
   Tree::Simple: 0
   perl: 5.8.3
-version: 2.4.HEAD
+version: 2.4.2rc1

Modified: rtfm/branches/2.4.2-releng/lib/RT/FM.pm
==============================================================================
--- rtfm/branches/2.4.2-releng/lib/RT/FM.pm	(original)
+++ rtfm/branches/2.4.2-releng/lib/RT/FM.pm	Mon Jun  1 17:13:04 2009
@@ -51,7 +51,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.4.HEAD';
+our $VERSION = '2.4.2rc1';
 
 # Create a system object for RTFM
 use RT::FM::System;


More information about the Rt-commit mailing list