From 30120fbc5d44519aa378333c494e456e6aded331 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 11 Jun 2012 20:58:36 -0400 Subject: [PATCH] bumped version to psad-2.3-pre1 --- VERSION | 2 +- nf2csv | 2 +- psad | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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) -- 1.7.5.4