From: Michael Rash Date: Tue, 12 Jun 2012 00:58:36 +0000 (-0400) Subject: bumped version to psad-2.3-pre1 X-Git-Tag: psad-2.3-pre1^0 X-Git-Url: http://www.cipherdyne.com/cgi-bin/gitweb.cgi?p=psad.git;a=commitdiff_plain;h=30120fbc5d44519aa378333c494e456e6aded331 bumped version to psad-2.3-pre1 --- diff --git a/VERSION b/VERSION index 8bbe6cf..bceaf6a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2 +psad-2.3-pre1 diff --git a/nf2csv b/nf2csv index 003b422..8681c6f 100755 --- a/nf2csv +++ b/nf2csv @@ -36,7 +36,7 @@ use Getopt::Long 'GetOptions'; use strict; -my $version = '2.2'; +my $version = 'psad-2.3-pre1'; ### regex to match an ip address my $ip_re = qr|(?:[0-2]?\d{1,2}\.){3}[0-2]?\d{1,2}|; diff --git a/psad b/psad index 70526de..9e5cce8 100755 --- a/psad +++ b/psad @@ -20,7 +20,7 @@ # # Credits: (see the CREDITS file bundled with the psad sources.) # -# Version: 2.2 +# Version: psad-2.3-pre1 # # Copyright (C) 1999-2012 Michael Rash (mbr@cipherdyne.org) # @@ -144,7 +144,7 @@ use strict; ### ========================== main ================================= ### set the current version -my $version = '2.2'; +my $version = 'psad-2.3-pre1'; ### default config file for psad (can be changed with ### --config switch)