use Getopt::Long 'GetOptions';
use strict;
-my $version = '2.1.8-pre2';
+my $version = '3.0-pre1';
### regex to match an ip address
my $ip_re = qr|(?:[0-2]?\d{1,2}\.){3}[0-2]?\d{1,2}|;
#
# Credits: (see the CREDITS file bundled with the psad sources.)
#
-# Version: 2.1.8-pre2
+# Version: 3.0-pre1
#
# Copyright (C) 1999-2011 Michael Rash (mbr@cipherdyne.org)
#
### ========================== main =================================
### set the current psad version and file revision numbers
-my $version = '2.1.8-pre2';
+my $version = '3.0-pre1';
### default config file for psad (can be changed with
### --config switch)