Skip to content

Commit

Permalink
Release 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcyu committed Oct 31, 2021
1 parent 97d803e commit f4f342f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MSFragger-GUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
}

group = 'com.github.chhh'
version = '17.0-rc1'
version = '17.0'

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

Expand Down
4 changes: 2 additions & 2 deletions MSFragger-GUI/src/com/dmtavt/fragpipe/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#

# current dev version
msfragger.gui.version=17.0-rc1
msfragger.gui.version=17.0

# current last published release
fragpipe.last.release.version=16.0
fragpipe.last.release.version=17.0

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
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
Expand Down
2 changes: 1 addition & 1 deletion MSFragger-GUI/src/com/dmtavt/fragpipe/tabs/TabConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
public class TabConfig extends JPanelWithEnablement {

private static final Logger log = LoggerFactory.getLogger(TabConfig.class);
private static final String msfraggerMinVersion = "3.3";
private static final String msfraggerMinVersion = "3.4";
private static final MigUtils mu = MigUtils.get();
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])+)\\])");

Expand Down
4 changes: 2 additions & 2 deletions MSFragger-GUI/src/umich/msfragger/gui/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#

# current dev version
msfragger.gui.version=17.0-rc1
msfragger.gui.version=17.0

# current last published release
fragpipe.last.release.version=16.0
fragpipe.last.release.version=17.0

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
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
Expand Down

0 comments on commit f4f342f

Please sign in to comment.