Added comment about module version number.

This commit is contained in:
U-BASIS\dgrove 2018-03-08 11:28:11 -05:00
parent e4dadfc56a
commit eba55e86f9

View File

@ -33,7 +33,7 @@ import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel;
@ServiceProvider(service = IngestModuleFactory.class)
public class PhotoRecCarverIngestModuleFactory extends IngestModuleFactoryAdapter {
private static final String VERSION = "8.0";
private static final String VERSION = "7.0"; // Version should match the PhotoRec tool version.
/**
* Gets the ingest module name for use within this package.