From a8f13217134ddfa14caed3a6557de4aac26014ec Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 31 Aug 2005 21:59:56 +0000 Subject: [PATCH] Update version to 2.5.5 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2613 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/fallback.sh | 2 +- Shorewall/install.sh | 2 +- Shorewall/shorewall.spec | 2 +- Shorewall/uninstall.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 3a082f29f..4eec78997 100755 --- a/Shorewall/fallback.sh +++ b/Shorewall/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=2.5.4 +VERSION=2.5.5 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 62957d7f8..b5b6c5346 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=2.5.4 +VERSION=2.5.5 usage() # $1 = exit status { diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 15c415bdd..c3e2da4fe 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,5 +1,5 @@ %define name shorewall -%define version 2.5.4 +%define version 2.5.5 %define release 1 %define prefix /usr diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 11075b0f6..d36e691f8 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/uninstall.sh @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Shorewall Firewall -VERSION=2.5.4 +VERSION=2.5.5 usage() # $1 = exit status {