Update makeshorewall for 3.2.0

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3647 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-03-11 01:36:01 +00:00
parent 6106397d66
commit 1bd69b5da7

View File

@ -218,7 +218,13 @@ case $VERSION in
XMLPROJ="docs-3.1"
SAMPLESTAG="trunk/Samples"
;;
*)
3.2.*)
SVNBRANCH="trunk/Shorewall"
DOCTAG="trunk/docs"
XMLPROJ="docs-3.1"
SAMPLESTAG="trunk/Samples"
;;
*)
echo "Unsupported Version: $VERSION"
exit 2
;;