[Rt-commit] rtfm branch, 2.4.3-releng, created. b8c3739deceb2846c59e1cca1d4a00967e01deb6
Kevin Falcone
falcone at bestpractical.com
Mon Jul 19 10:47:20 EDT 2010
The branch, 2.4.3-releng has been created
at b8c3739deceb2846c59e1cca1d4a00967e01deb6 (commit)
- Log -----------------------------------------------------------------
commit ba86d8d38d7279b14b14d0ef6683377c7ef204de
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Jul 15 20:17:04 2010 -0400
add the new files to the manifest
diff --git a/MANIFEST b/MANIFEST
index 20ba241..e5a9cfc 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -70,6 +70,7 @@ html/Callbacks/RTFM/Ticket/Create.html/BeforeCreate
html/Callbacks/RTFM/Ticket/Create.html/BeforeMessageBox
html/Callbacks/RTFM/Ticket/Elements/Tabs/Default
html/Callbacks/RTFM/Ticket/Update.html/BeforeMessageBox
+html/Elements/RT__FM__ClassCollection/ColumnMap
html/NoAuth/webrtfm.css
html/RTFM/Article/Delete.html
html/RTFM/Article/Display.html
@@ -109,6 +110,7 @@ html/RTFM/Elements/Tabs
html/RTFM/Elements/UpdatedArticles
html/RTFM/index.html
html/RTFM/Topics.html
+html/Search/Elements/Article
html/SelfService/Article/autohandler
html/SelfService/Article/Display.html
html/SelfService/Article/Search.html
commit b8c3739deceb2846c59e1cca1d4a00967e01deb6
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Jul 19 10:47:04 2010 -0400
Bump version for 2.4.3rc1 release
diff --git a/META.yml b/META.yml
index c2b3a2f..6677c52 100644
--- a/META.yml
+++ b/META.yml
@@ -28,4 +28,4 @@ requires:
perl: 5.8.3
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: 2.4.HEAD
+version: 2.4.3rc1
diff --git a/lib/RT/FM.pm b/lib/RT/FM.pm
index 319fcb4..5bd2772 100644
--- a/lib/RT/FM.pm
+++ b/lib/RT/FM.pm
@@ -51,7 +51,7 @@ use 5.008003;
use strict;
use warnings;
-our $VERSION = '2.4.HEAD';
+our $VERSION = '2.4.3rc1';
# Create a system object for RTFM
use RT::FM::System;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list