Skip to content

Commit

Permalink
Bump Perl Modules version to 1.7
Browse files Browse the repository at this point in the history
Also remove Revision keyword used in SVN
  • Loading branch information
endelwar committed May 22, 2024
1 parent 25bd11d commit cdad474
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions MailScanner_perl_scripts/MailWatch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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');
Expand Down
6 changes: 3 additions & 3 deletions MailScanner_perl_scripts/SQLBlackWhiteList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions MailScanner_perl_scripts/SQLSpamSettings.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit cdad474

Please sign in to comment.