[Rt-commit] r15545 - in rtfm/branches/2.4.0-releng: lib/RT
falcone at bestpractical.com
falcone at bestpractical.com
Wed Aug 27 12:32:27 EDT 2008
Author: falcone
Date: Wed Aug 27 12:32:26 2008
New Revision: 15545
Modified:
rtfm/branches/2.4.0-releng/META.yml
rtfm/branches/2.4.0-releng/lib/RT/FM.pm
Log:
* bump version
Modified: rtfm/branches/2.4.0-releng/META.yml
==============================================================================
--- rtfm/branches/2.4.0-releng/META.yml (original)
+++ rtfm/branches/2.4.0-releng/META.yml Wed Aug 27 12:32:26 2008
@@ -24,4 +24,4 @@
Time::ParseDate: 0
Tree::Simple: 0
perl: 5.8.3
-version: 2.4.0rc1
+version: 2.4.0
Modified: rtfm/branches/2.4.0-releng/lib/RT/FM.pm
==============================================================================
--- rtfm/branches/2.4.0-releng/lib/RT/FM.pm (original)
+++ rtfm/branches/2.4.0-releng/lib/RT/FM.pm Wed Aug 27 12:32:26 2008
@@ -52,7 +52,7 @@
use strict;
use warnings;
-our $VERSION = '2.4.0rc1';
+our $VERSION = '2.4.0';
# Create a system object for RTFM
use RT::FM::System;
More information about the Rt-commit
mailing list