From e77ebf7433feb0018e8410270ba5a836d18ae287 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 11 Jul 2004 16:01:46 +0000 Subject: [PATCH] Correct 2.0.5 version in scripts git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1464 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- STABLE2/fallback.sh | 2 +- STABLE2/install.sh | 2 +- STABLE2/uninstall.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/STABLE2/fallback.sh b/STABLE2/fallback.sh index 3a235a543..54a5ec26a 100755 --- a/STABLE2/fallback.sh +++ b/STABLE2/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=2.0.4 +VERSION=2.0.5 usage() # $1 = exit status { diff --git a/STABLE2/install.sh b/STABLE2/install.sh index ffc3fbd84..12cd58775 100755 --- a/STABLE2/install.sh +++ b/STABLE2/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=2.0.4 +VERSION=2.0.5 usage() # $1 = exit status { diff --git a/STABLE2/uninstall.sh b/STABLE2/uninstall.sh index a960edb15..4be65f8a2 100755 --- a/STABLE2/uninstall.sh +++ b/STABLE2/uninstall.sh @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Seattle Firewall -VERSION=2.0.4 +VERSION=2.0.5 usage() # $1 = exit status {