diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 7538422c2..71f3bc6c4 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.4.0-Beta3 +VERSION=3.4.0-RC1 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 6a7329262..b09398855 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.4.0-Beta3 +VERSION=3.4.0-RC1 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index e4b4c8766..04299e203 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,6 +1,6 @@ %define name shorewall-lite %define version 3.4.0 -%define release 0Beta3 +%define release 0RC1 %define prefix /usr Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. @@ -99,6 +99,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Wed Jan 24 2007 Tom Eastep tom@shorewall.net +- Updated to 3.4.0-0RC1 * Mon Jan 22 2007 Tom Eastep tom@shorewall.net - Updated to 3.4.0-0Beta3 * Wed Jan 03 2007 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 35affc04c..9ae9e8cc9 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.4.0-Beta3 +VERSION=3.4.0-RC1 usage() # $1 = exit status { diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 30350d7fe..9d621890d 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=3.4.0-Beta3 +VERSION=3.4.0-RC1 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index b87c1e019..330990e3a 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=3.4.0-Beta3 +VERSION=3.4.0-RC1 usage() # $1 = exit status { diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index ca59eb2d4..eb91cf74b 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,6 +1,6 @@ %define name shorewall %define version 3.4.0 -%define release 0Beta3 +%define release 0RC1 %define prefix /usr Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -259,6 +259,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Wed Jan 24 2007 Tom Eastep tom@shorewall.net +- Updated to 3.4.0-0RC1 * Mon Jan 22 2007 Tom Eastep tom@shorewall.net - Updated to 3.4.0-0Beta3 * Wed Jan 03 2007 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 0b852dd13..441f0a84b 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=3.4.0-Beta3 +VERSION=3.4.0-RC1 usage() # $1 = exit status {