2. 3.1 is gone, welcome 3.2 and 3.3(code for future :D)


git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3691 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
judas_iscariote 2006-03-18 08:35:03 +00:00
parent 81c1d1d238
commit 968125168e

View File

@ -212,18 +212,18 @@ case $VERSION in
XMLPROJ="docs-3.0" XMLPROJ="docs-3.0"
SAMPLESTAG="trunk/Samples" SAMPLESTAG="trunk/Samples"
;; ;;
3.1.*) 3.2.*)
SVNBRANCH="trunk/Shorewall"
DOCTAG="trunk/docs"
XMLPROJ="docs-3.1"
SAMPLESTAG="trunk/Samples"
;;
3.2.*)
SVNBRANCH="trunk/Shorewall" SVNBRANCH="trunk/Shorewall"
DOCTAG="trunk/docs" DOCTAG="trunk/docs"
XMLPROJ="docs-3.2" XMLPROJ="docs-3.2"
SAMPLESTAG="trunk/Samples" SAMPLESTAG="trunk/Samples"
;; ;;
3.3.*)
SVNBRANCH="trunk/Shorewall"
DOCTAG="trunk/docs"
XMLPROJ="docs-3.3"
SAMPLESTAG="trunk/Samples"
;;
*) *)
echo "Unsupported Version: $VERSION" echo "Unsupported Version: $VERSION"
exit 2 exit 2
@ -239,7 +239,7 @@ cd $DIR
case $VERSION in case $VERSION in
*Beta*|*RC*) *Beta*|*RC*)
# #
# Beta or Release Canditate # Beta or Release Candidate
# #
SHOREWALLDIR=shorewall-${VERSION%-*} SHOREWALLDIR=shorewall-${VERSION%-*}
TARBALL=shorewall-${VERSION%-*}.tgz TARBALL=shorewall-${VERSION%-*}.tgz