Skip to content

Commit f4f342f

Browse files
committed
Release 17.0
1 parent 97d803e commit f4f342f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

MSFragger-GUI/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
}
2222

2323
group = 'com.github.chhh'
24-
version = '17.0-rc1'
24+
version = '17.0'
2525

2626
description = """FragPipe - run complete proteomics analyses from the GUI"""
2727

MSFragger-GUI/src/com/dmtavt/fragpipe/Bundle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#
1717

1818
# current dev version
19-
msfragger.gui.version=17.0-rc1
19+
msfragger.gui.version=17.0
2020

2121
# current last published release
22-
fragpipe.last.release.version=16.0
22+
fragpipe.last.release.version=17.0
2323

2424
msfragger.gui.important-updates=4.1,4.4,5.0,5.1,5.3,7.2,8.1,8.4,8.5,8.6,8.8,9.4,12.2
2525
msfragger.gui.critical-updates=4.0,4.6,4.7,5.2,6.0,7.1,8.3,8.7,9.0,9.1,9.3,10.1,12.0,13.0

MSFragger-GUI/src/com/dmtavt/fragpipe/tabs/TabConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
public class TabConfig extends JPanelWithEnablement {
100100

101101
private static final Logger log = LoggerFactory.getLogger(TabConfig.class);
102-
private static final String msfraggerMinVersion = "3.3";
102+
private static final String msfraggerMinVersion = "3.4";
103103
private static final MigUtils mu = MigUtils.get();
104104
private static final Pattern emailPattern = Pattern.compile("(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)\\])");
105105

MSFragger-GUI/src/umich/msfragger/gui/Bundle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#
1717

1818
# current dev version
19-
msfragger.gui.version=17.0-rc1
19+
msfragger.gui.version=17.0
2020

2121
# current last published release
22-
fragpipe.last.release.version=16.0
22+
fragpipe.last.release.version=17.0
2323

2424
msfragger.gui.important-updates=4.1,4.4,5.0,5.1,5.3,7.2,8.1,8.4,8.5,8.6,8.8,9.4,12.2
2525
msfragger.gui.critical-updates=4.0,4.6,4.7,5.2,6.0,7.1,8.3,8.7,9.0,9.1,9.3,10.1,12.0,13.0

0 commit comments

Comments
 (0)