aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Blondel <mathieu@mblondel.org>2010-08-02 04:49:13 +0000
committerMathieu Blondel <mathieu@mblondel.org>2010-08-02 04:49:13 +0000
commit8ece48799ceadf2913581592d1f9183d86bda082 (patch)
tree5fed3533186f29270eea556fb3fd228608cc9ae0
parent361de7ea96a29b9c69550678bdfb4a387e460f8b (diff)
downloadwikipediafs-8ece48799ceadf2913581592d1f9183d86bda082.tar.gz
Require the username for make_release.sh.
Update the version numbers to 0.4. git-svn-id: http://svn.code.sf.net/p/wikipediafs/code/trunk@74 59acd704-e115-0410-a914-e735a229ed7c
-rw-r--r--make_release.sh9
-rw-r--r--site/index.htm2
-rw-r--r--site/index_fr.htm2
-rw-r--r--site/index_ja.htm2
4 files changed, 8 insertions, 7 deletions
diff --git a/make_release.sh b/make_release.sh
index 789edcb..be9923d 100644
--- a/make_release.sh
+++ b/make_release.sh
@@ -8,12 +8,13 @@ if [ "$1foo" = "foo" ]; then
exit 1
fi
-USER=mblondel
-
-if [ "$2foo" != "foo"]; then
- USER=$2
+if [ "$2foo" = "foo" ]; then
+ echo "usage: `basename $0` X.Y.Z <username>"
+ exit 1
fi
+USER=$2
+
PKG="wikipediafs-$1"
TAR_PKG="$PKG.tar.gz"
ZIP_PKG="$PKG.zip"
diff --git a/site/index.htm b/site/index.htm
index f6f2b62..c2b0115 100644
--- a/site/index.htm
+++ b/site/index.htm
@@ -63,7 +63,7 @@ General Public License</a> and provided without any warranty of any kind.</p>
<h2>Download</h2>
-<p><strong>Latest version:</strong> 0.3</p>
+<p><strong>Latest version:</strong> 0.4</p>
<p><a
href="http://sourceforge.net/project/showfiles.php?group_id=133079">Download
diff --git a/site/index_fr.htm b/site/index_fr.htm
index 49a6ec1..99b0213 100644
--- a/site/index_fr.htm
+++ b/site/index_fr.htm
@@ -58,7 +58,7 @@ General Public License</a> et fourni sans garantie de toute sorte.</p>
<h2>Téléchargement</h2>
-<p><strong>Dernière version :</strong> 0.3</p>
+<p><strong>Dernière version :</strong> 0.4</p>
<p><a
href="http://sourceforge.net/project/showfiles.php?group_id=133079">Zone
diff --git a/site/index_ja.htm b/site/index_ja.htm
index 3e543f4..24f5180 100644
--- a/site/index_ja.htm
+++ b/site/index_ja.htm
@@ -39,7 +39,7 @@ h1, h2, h3 { font-family: sans; color: #000000; }
<h2>ダウンロード</h2>
-<p><strong>最新版</strong> : 0.3</p>
+<p><strong>最新版</strong> : 0.4</p>
<a href="http://sourceforge.net/project/showfiles.php?group_id=133079">ダウンロード</a></p>