File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2525use Time::HiRes qw( time) ;
2626use File::Find;
2727
28+ my $version = " 1.0.0" ;
29+
2830# Set up initial variables
2931my $start_time = time ;
3032our $verbose = 0;
@@ -572,7 +574,7 @@ sub print_final_results {
572574
573575# Function to print run header
574576sub print_copyright {
575- print " SQLite Miner - Copyright (C) 2017 Jon Baumann, Ciofeca Forensics (https://www.ciofecaforensics.com)\n " ;
577+ print " SQLite Miner $version - Copyright (C) 2017 Jon Baumann, Ciofeca Forensics (https://www.ciofecaforensics.com)\n " ;
576578 print " \t This program comes with ABSOLUTELY NO WARRANTY;\n " ;
577579 print " \t This is free software, and you are welcome to redistribute it under certain conditions.\n " ;
578580 print " \t See http://www.gnu.org/licenses/\n\n " ;
You can’t perform that action at this time.
0 commit comments