[Rt-commit] r17286 - rtfm/branches/2.4.1-releng/lib/RT
ruz at bestpractical.com
ruz at bestpractical.com
Sat Dec 20 19:28:20 EST 2008
Author: ruz
Date: Sat Dec 20 19:28:20 2008
New Revision: 17286
Modified:
rtfm/branches/2.4.1-releng/lib/RT/FM.pm
Log:
* bump version
Modified: rtfm/branches/2.4.1-releng/lib/RT/FM.pm
==============================================================================
--- rtfm/branches/2.4.1-releng/lib/RT/FM.pm (original)
+++ rtfm/branches/2.4.1-releng/lib/RT/FM.pm Sat Dec 20 19:28:20 2008
@@ -52,9 +52,10 @@
use strict;
use warnings;
-our $VERSION = '2.4.HEAD';
+our $VERSION = '2.4.0rc1';
# Create a system object for RTFM
use RT::FM::System;
our $System = RT::FM::System->new( $RT::SystemUser );
+1;
More information about the Rt-commit
mailing list