From 72f1ee2cd392270b87d97acbe7368234bd702c78 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 19 Nov 2006 22:33:24 +0000 Subject: [PATCH] Update version for 3.3.5 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4948 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-lite/fallback.sh | 2 +- Shorewall-lite/install.sh | 2 +- Shorewall-lite/shorewall-lite.spec | 4 +++- Shorewall-lite/uninstall.sh | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 0293c492e..50b2a1ea5 100755 --- a/Shorewall-lite/fallback.sh +++ b/Shorewall-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=3.3.4 +VERSION=3.3.5 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index ab09924ca..511ce62ff 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=3.3.4 +VERSION=3.3.5 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 047e7e9d4..cc0c90fed 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,5 +1,5 @@ %define name shorewall-lite -%define version 3.3.4 +%define version 3.3.5 %define release 1 %define prefix /usr @@ -111,6 +111,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sun Nov 19 2006 Tom Eastep tom@shorewall.net +- Updated to 3.3.5-1 * Sun Oct 29 2006 Tom Eastep tom@shorewall.net - Updated to 3.3.4-1 * Mon Oct 16 2006 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index a3b81647f..120422f7d 100755 --- a/Shorewall-lite/uninstall.sh +++ b/Shorewall-lite/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=3.3.4 +VERSION=3.3.5 usage() # $1 = exit status {