Skip to content

Commit

Permalink
bumped version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Dec 28, 2014
1 parent 8d4c54b commit 5220e1d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.2.4-pre1
2.2.4
2 changes: 1 addition & 1 deletion nf2csv
Expand Up @@ -36,7 +36,7 @@
use Getopt::Long 'GetOptions';
use strict;

my $version = '2.2.4-pre1';
my $version = '2.2.4';

### regex to match an ip address
my $ip_re = qr|(?:[0-2]?\d{1,2}\.){3}[0-2]?\d{1,2}|;
Expand Down
5 changes: 4 additions & 1 deletion packaging/psad.spec
@@ -1,5 +1,5 @@
%define name psad
%define version 2.2.3
%define version 2.2.4
%define release 1
%define psadlibdir %_libdir/%name
%define psadlogdir /var/log/psad
Expand Down Expand Up @@ -301,6 +301,9 @@ fi
%_libdir/%name

%changelog
* Sat Dec 27 2014 Michael Rash <mbr@cipherdyne.org>
- psad-2.2.4 release

* Sat Mar 01 2014 Michael Rash <mbr@cipherdyne.org>
- psad-2.2.3 release

Expand Down
2 changes: 1 addition & 1 deletion psad
Expand Up @@ -20,7 +20,7 @@
#
# Credits: (see the CREDITS file bundled with the psad sources.)
#
# Version: 2.2.4-pre1
# Version: 2.2.4
#
# Copyright (C) 1999-2014 Michael Rash (mbr@cipherdyne.org)
#
Expand Down

0 comments on commit 5220e1d

Please sign in to comment.