diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 3c7d76e30..0293c492e 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.3 +VERSION=3.3.4 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index fa0ef0c05..655983beb 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.3 +VERSION=3.3.4 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index f0f24d0d0..f81b02d78 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.3 +%define version 3.3.4 %define release 1 %define prefix /usr @@ -85,6 +85,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Sun Oct 29 2006 Tom Eastep tom@shorewall.net +- Updated to 3.3.4-1 * Mon Oct 16 2006 Tom Eastep tom@shorewall.net - Updated to 3.3.3-1 * Sat Sep 30 2006 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 30559170d..a3b81647f 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.3 +VERSION=3.3.4 usage() # $1 = exit status { diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index 6485543f9..36e66f870 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.3.3 +VERSION=3.3.4 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index acbc02414..cc614f2ea 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA # -VERSION=3.3.3 +VERSION=3.3.4 usage() # $1 = exit status { diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index d4ef12501..338682081 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,5 +1,5 @@ %define name shorewall -%define version 3.3.3 +%define version 3.3.4 %define release 1 %define prefix /usr @@ -225,6 +225,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Sun Oct 29 2006 Tom Eastep tom@shorewall.net +- Updated to 3.3.4-1 * Mon Oct 16 2006 Tom Eastep tom@shorewall.net - Updated to 3.3.3-1 * Sat Sep 30 2006 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 30ebf4b58..3b2d32d57 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.3.3 +VERSION=3.3.4 usage() # $1 = exit status {