diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 4625de2f0..4be56a6af 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 +VERSION=3.4.1 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 021414581..879b6dfd1 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 +VERSION=3.4.1 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index 9aada0750..69598063b 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,5 +1,5 @@ %define name shorewall-lite -%define version 3.4.0 +%define version 3.4.1 %define release 1 %define prefix /usr @@ -99,6 +99,8 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog +* Thu Mar 15 2007 Tom Eastep tom@shorewall.net +- Updated to 3.4.1-1 * Sat Mar 10 2007 Tom Eastep tom@shorewall.net - Updated to 3.4.0-1 * Sun Feb 25 2007 Tom Eastep tom@shorewall.net diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 60a0f18a0..9c0ce3f05 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 +VERSION=3.4.1 usage() # $1 = exit status { diff --git a/Shorewall/fallback.sh b/Shorewall/fallback.sh index a3c2ab809..5dfd53677 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 +VERSION=3.4.1 usage() # $1 = exit status { diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 9fb985153..fdd16dbf2 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 +VERSION=3.4.1 usage() # $1 = exit status { diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index 4a2a2cc28..871c6ebae 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,5 +1,5 @@ %define name shorewall -%define version 3.4.0 +%define version 3.4.1 %define release 1 %define prefix /usr @@ -260,6 +260,8 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn Samples %changelog +* Thu Mar 15 2007 Tom Eastep tom@shorewall.net +- Updated to 3.4.1-1 * Sat Mar 10 2007 Tom Eastep tom@shorewall.net - Updated to 3.4.0-1 * Sun Feb 25 2007 Tom Eastep tom@shorewall.net diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 869a4cba6..21e8c17b1 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 +VERSION=3.4.1 usage() # $1 = exit status {