From ce4e74234625780307a2a4995271c1f5faf137a8 Mon Sep 17 00:00:00 2001
From: valot <valot@b8ef2a07-7df7-436f-90b9-41648038564b>
Date: Thu, 26 Jan 2012 13:04:00 +0000
Subject: [PATCH] 3.1.5 release!!

git-svn-id: https://subversion.renater.fr/xtandempipeline/trunk@182 b8ef2a07-7df7-436f-90b9-41648038564b
---
 .../inra/pappso/xtandempipeline/XtandemPipelineMain.java  | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/xtandempipeline/src/fr/inra/pappso/xtandempipeline/XtandemPipelineMain.java b/xtandempipeline/src/fr/inra/pappso/xtandempipeline/XtandemPipelineMain.java
index 53f7d455c..b26f40dbb 100644
--- a/xtandempipeline/src/fr/inra/pappso/xtandempipeline/XtandemPipelineMain.java
+++ b/xtandempipeline/src/fr/inra/pappso/xtandempipeline/XtandemPipelineMain.java
@@ -41,8 +41,8 @@ public class XtandemPipelineMain {
 	 * @return
 	 * @return
 	 */
-	static public String version = "3.1.4";
-	static public String versionName = "Kératine Poilue";
+	static public String version = "3.1.5";
+	static public String versionName = "Kératine Moustachue";
 
 	public static String about = "X!Tandem Pipeline is developped by PAPPSO team (http://pappso.inra.fr) by Benoit Valot and Olivier langella.\n\n"
 			+ "This software is distributed under the terms of the GNU General Public License.\n\n"
@@ -53,7 +53,9 @@ public class XtandemPipelineMain {
 			+ "If a protein is identified by two peptides with an evalue of O.O1, the protein evalue is O.OOO1.\n\n"
 			+ "So, we preconise to put -4 for the protein evalue filter instead of -8.";
 
-	public static String news = "" + "3.1.4 : Add support for viewving ETD spectra after automatic detection.\n\n"
+	public static String news = "3.1.5 : Add support of phosphorylation neutral loss and enhanced ETD detection on MS2 spectra.\n"
+			+ "Correction of MassChroQ export.\n\n" 
+			+ "3.1.4 : Add support for viewving ETD spectra after automatic detection.\n\n"
 			+ "3.1.3 : Corrected bug of xtandem preset. Refine analysis was never start instead refine param is set to yes\n"
 			+ "Adds a new annotated spectrum renderer and bug fix on ODS export\n\n"
 			+ "3.1.2 : Add export results on Open Document Spreadsheet (.ods) file.\n"
-- 
GitLab