mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GT-2865: Incorporating release name into setting directory name.
This commit is contained in:
parent
1340268ffa
commit
dfd5e26376
17 changed files with 373 additions and 71 deletions
|
@ -43,7 +43,7 @@ import utility.application.ApplicationLayout;
|
|||
public class GhidraProjectCreatorPreferencePage extends PreferencePage
|
||||
implements IWorkbenchPreferencePage {
|
||||
|
||||
private static ApplicationVersion MIN_GHIDRA_VERSION = new ApplicationVersion("9.0");
|
||||
private static ApplicationVersion MIN_GHIDRA_VERSION = new ApplicationVersion("9.1");
|
||||
|
||||
private Table table;
|
||||
private Button addButton;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue