Skip to content

Commit

Permalink
Release 2.2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Dibowitz <[email protected]>
  • Loading branch information
jaymzh committed Oct 16, 2021
1 parent 9c6b311 commit 2de1bc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2.7
- Released 10/16/21
- Fix compiler warnings

2.2.6
- Released 08/14/16
- Fix `-b` option which didn't work in many cases
Expand Down
2 changes: 1 addition & 1 deletion iptstate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extern "C" {
#include <sys/ioctl.h>
using namespace std;

#define VERSION "2.2.6"
#define VERSION "2.2.7"
/*
* MAXCONS is set to 16k, the default number of states in iptables. Generally
* speaking the ncurses pad is this many lines long, but since ncurses
Expand Down
2 changes: 1 addition & 1 deletion iptstate.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name iptstate
%define version 2.2.6
%define version 2.2.7
%define release 1

Name: %{name}
Expand Down

0 comments on commit 2de1bc4

Please sign in to comment.