diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 54efbc818..d008a31e1 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=1.4.7-RC3 +VERSION=1.4.7 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index d9998d42a..9a2c1145a 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -54,7 +54,7 @@ # /etc/rc.d/rc.local file is modified to start the firewall. # -VERSION=1.4.7-RC3 +VERSION=1.4.7 usage() # $1 = exit status { diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index a4d57a8c0..4d4cac0b4 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 1.4.7 -%define release 0RC3 +%define release 1 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -109,7 +109,7 @@ fi %changelog * Sat Oct 04 2003 Tom Eastep -- Changed version to 1.4.7-0RC3 +- Changed version to 1.4.7-1 - Removed conflict with 2.2 Kernels * Mon Sep 22 2003 Tom Eastep - Changed version to 1.4.7-0RC2 diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index b0bada443..ca54b3929 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 Seattle Firewall -VERSION=1.4.7-RC3 +VERSION=1.4.7 usage() # $1 = exit status {