From 8ece48799ceadf2913581592d1f9183d86bda082 Mon Sep 17 00:00:00 2001 From: Mathieu Blondel Date: Mon, 2 Aug 2010 04:49:13 +0000 Subject: 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 --- make_release.sh | 9 +++++---- site/index.htm | 2 +- site/index_fr.htm | 2 +- site/index_ja.htm | 2 +- 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 " + 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 and provided without any warranty of any kind.

Download

-

Latest version: 0.3

+

Latest version: 0.4

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 et fourni sans garantie de toute sorte.

Téléchargement

-

Dernière version : 0.3

+

Dernière version : 0.4

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; }

ダウンロード

-

最新版 : 0.3

+

最新版 : 0.4

ダウンロード

-- cgit