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