Updated documentation for 0.7 release

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3616 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-05-17 21:48:59 +00:00
parent 36fb4559e5
commit 1ff1fcb8f3
11 changed files with 66 additions and 48 deletions
+4 -4
View File
@@ -1,23 +1,23 @@
# Template file for building the UQM installer for unix Systems.
# By Serge van den Boom, 2003-02-23
UQM_VERSION="0.2"
UQM_VERSION="0.7"
UQM_LICENSE_FILE="COPYING"
UQM_PACKAGES="content voice 3domusic"
UQM_PACKAGE_content_NAME="content"
UQM_PACKAGE_content_TITLE="General game data"
UQM_PACKAGE_content_LOCATION="share/uqm/content/"
UQM_PACKAGE_content_LOCATION="share/uqm/content/packages/"
UQM_PACKAGE_content_OPTIONAL="FALSE"
UQM_PACKAGE_content_DEFAULT="TRUE"
UQM_PACKAGE_voice_NAME="voice"
UQM_PACKAGE_voice_TITLE="Spoken alien communication"
UQM_PACKAGE_voice_LOCATION="share/uqm/content/"
UQM_PACKAGE_voice_LOCATION="share/uqm/content/addons/"
UQM_PACKAGE_voice_OPTIONAL="TRUE"
UQM_PACKAGE_voice_DEFAULT="TRUE"
UQM_PACKAGE_3domusic_NAME="3domusic"
UQM_PACKAGE_3domusic_TITLE="Music from the 3DO version"
UQM_PACKAGE_3domusic_LOCATION="share/uqm/content/"
UQM_PACKAGE_3domusic_LOCATION="share/uqm/content/addons/"
UQM_PACKAGE_3domusic_OPTIONAL="TRUE"
UQM_PACKAGE_3domusic_DEFAULT="TRUE"