From 03f2ef0f66fcdccc4bbcd01c0ddf358d3cf23c48 Mon Sep 17 00:00:00 2001 From: "Nathanial.C.Jones" Date: Wed, 29 Feb 2012 11:00:29 +0000 Subject: [PATCH] Adjusted to output 4.3.3 for the WoW portion of the version. --- Development/QHBuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Development/QHBuild.sh b/Development/QHBuild.sh index 8b62bb5..cec929a 100755 --- a/Development/QHBuild.sh +++ b/Development/QHBuild.sh @@ -103,7 +103,7 @@ then fi sub="s/\\\$svnversion\\\$/${release_string}/g" -sub2='s/4\.0\.1/4\.3\.0/' +sub2='s/4\.0\.1/4\.3\.3/' for toc in `find . -iname "*.toc"` do echo Replacing version tag in ${toc}. @@ -128,7 +128,7 @@ done echo ${release_string} -zip -qdgds 1m -r QuestHelper-4.3.0.${release_string}.zip QuestHelper/ QHData-* +zip -qdgds 1m -r QuestHelper-4.3.3.${release_string}.zip QuestHelper/ QHData-* echo Moving the package up one directory level. mv -v *.zip ..