mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Module version changed to match application version.
This commit is contained in:
parent
8522b322a4
commit
2000a48a1b
@ -25,6 +25,7 @@ import org.sleuthkit.autopsy.ingest.IngestModuleFactoryAdapter;
|
|||||||
import org.sleuthkit.autopsy.ingest.IngestModuleGlobalSettingsPanel;
|
import org.sleuthkit.autopsy.ingest.IngestModuleGlobalSettingsPanel;
|
||||||
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
|
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
|
||||||
import org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel;
|
import org.sleuthkit.autopsy.centralrepository.optionspanel.GlobalSettingsPanel;
|
||||||
|
import org.sleuthkit.autopsy.coreutils.Version;
|
||||||
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel;
|
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -35,8 +36,6 @@ import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel;
|
|||||||
"IngestModuleFactory.ingestmodule.desc=Saves properties to the central repository for later correlation"})
|
"IngestModuleFactory.ingestmodule.desc=Saves properties to the central repository for later correlation"})
|
||||||
public class IngestModuleFactory extends IngestModuleFactoryAdapter {
|
public class IngestModuleFactory extends IngestModuleFactoryAdapter {
|
||||||
|
|
||||||
private static final String VERSION_NUMBER = "0.9.0";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the name of the module.
|
* Get the name of the module.
|
||||||
*
|
*
|
||||||
@ -58,7 +57,7 @@ public class IngestModuleFactory extends IngestModuleFactoryAdapter {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getModuleVersionNumber() {
|
public String getModuleVersionNumber() {
|
||||||
return VERSION_NUMBER;
|
return Version.getVersion();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user