Skip to content

Commit 8754713

Browse files
authored
Update IndividualFileRelease.sh (#9)
1 parent 7bfab8e commit 8754713

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

IndividualFileRelease.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# This shell script allows you to create an individual file release in case you have no command
44
# line access to your webspace.
55

6-
# Variables - to be updated to your needs before running the script
6+
# Variables - recommended setup - may be updated to your needs before running the script
77
installdirectory=/var/tmp
88
softwaredirectory=mediawiki
99
mediawiki=REL1_31
10-
semanticmediawiki=^3.0
11-
semanticresultformats=^3.0
12-
semanticcompoundqueries=^1.2
10+
semanticmediawiki=^3.1
11+
semanticresultformats=^3.1
12+
semanticcompoundqueries=^2.1
1313
semanticextraspecialproperties=^2.0
1414

1515
# Commands

0 commit comments

Comments
 (0)