diff --git a/MailScanner_perl_scripts/MailWatch.pm b/MailScanner_perl_scripts/MailWatch.pm index 1da589ff8..68c128f2a 100644 --- a/MailScanner_perl_scripts/MailWatch.pm +++ b/MailScanner_perl_scripts/MailWatch.pm @@ -2,11 +2,11 @@ # MailWatch for MailScanner # Copyright (C) 2003-2011 Steve Freegard (steve@freegard.name) # Copyright (C) 2011 Garrod Alwood (garrod.alwood@lorodoes.com) -# Copyright (C) 2014-2021 MailWatch Team (https://github.com/mailwatch/1.2.0/graphs/contributors) +# Copyright (C) 2014-2024 MailWatch Team (https://github.com/mailwatch/MailWatch/graphs/contributors) # # Custom Module MailWatch # -# Version 1.61 +# Version 1.7 # # This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later @@ -47,7 +47,7 @@ use Sys::Syslog; use vars qw($VERSION); ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = substr q$Revision: 1.5 $, 10; +$VERSION = '1.7'; # Trace settings - uncomment this to debug #DBI->trace(2,'/tmp/dbitrace.log'); diff --git a/MailScanner_perl_scripts/SQLBlackWhiteList.pm b/MailScanner_perl_scripts/SQLBlackWhiteList.pm index b50a5d627..a2fddf6e2 100644 --- a/MailScanner_perl_scripts/SQLBlackWhiteList.pm +++ b/MailScanner_perl_scripts/SQLBlackWhiteList.pm @@ -2,11 +2,11 @@ # MailWatch for MailScanner # Copyright (C) 2003-2011 Steve Freegard (steve@freegard.name) # Copyright (C) 2011 Garrod Alwood (garrod.alwood@lorodoes.com) -# Copyright (C) 2014-2021 MailWatch Team (https://github.com/mailwatch/1.2.0/graphs/contributors) +# Copyright (C) 2014-2024 MailWatch Team (https://github.com/mailwatch/MailWatch/graphs/contributors) # # Custom Module SQLBlackWhiteList # -# Version 1.6 +# Version 1.7 # # This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later @@ -39,7 +39,7 @@ use vars qw($VERSION); #use Data::Dumper; ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = substr q$Revision: 1.5 $, 10; +$VERSION = '1.7'; use DBI; use DBD::MariaDB; diff --git a/MailScanner_perl_scripts/SQLSpamSettings.pm b/MailScanner_perl_scripts/SQLSpamSettings.pm index 69d159069..ec33d9830 100644 --- a/MailScanner_perl_scripts/SQLSpamSettings.pm +++ b/MailScanner_perl_scripts/SQLSpamSettings.pm @@ -2,7 +2,7 @@ # MailWatch for MailScanner # Copyright (C) 2003-2011 Steve Freegard (steve@freegard.name) # Copyright (C) 2011 Garrod Alwood (garrod.alwood@lorodoes.com) -# Copyright (C) 2014-2021 MailWatch Team (https://github.com/mailwatch/1.2.0/graphs/contributors) +# Copyright (C) 2014-2024 MailWatch Team (https://github.com/mailwatch/MailWatch/graphs/contributors) # # Custom Module SQLSpamSettings # @@ -41,7 +41,7 @@ no strict 'subs'; # Allow bare words for parameter %'s use vars qw($VERSION); ### The package version, both in 1.23 style *and* usable by MakeMaker: -$VERSION = substr q$Revision: 1.5 $, 10; +$VERSION = '1.7'; use DBI; use DBD::MariaDB;