use Getopt::Long 'GetOptions';
use strict;
-my $version = '3.0-pre1';
+my $version = '2.2';
### 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: 3.0-pre1
+# Version: 2.2
#
# Copyright (C) 1999-2012 Michael Rash (mbr@cipherdyne.org)
#
### ========================== main =================================
### set the current psad version and file revision numbers
-my $version = '3.0-pre1';
+my $version = '2.2';
### default config file for psad (can be changed with
### --config switch)