Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build-snapshot.sh
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-05-10 16:55:29 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-10 16:55:29 (GMT)
commitcb1119a6478c5938fd61055c179f6e4bfcf4dd39 (patch)
tree4ddfbd8cdf42b5a9edcd0daa31c34695361e9461 /build-snapshot.sh
parent133b96b4f064366c9f0ae2e8b571841d9ba47360 (diff)
Fix several distcheck issues
Diffstat (limited to 'build-snapshot.sh')
-rwxr-xr-xbuild-snapshot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-snapshot.sh b/build-snapshot.sh
index 7d3bd11..0605679 100755
--- a/build-snapshot.sh
+++ b/build-snapshot.sh
@@ -1,11 +1,11 @@
VERSION=0.63
DATE=`date +%Y%m%d`
-RELEASE=2.72
+RELEASE=2.76
TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2
rm sugar-$VERSION.tar.bz2
-XUL_SDK=/home/marco/sugar-jhbuild/build/lib/xulrunner-1.9a4pre-dev
+XUL_SDK=/home/marco/sugar-jhbuild/build/lib/xulrunner-1.9a5pre-dev
DISTCHECK_CONFIGURE_FLAGS="--with-libxul-sdk=$XUL_SDK" make distcheck
mv sugar-$VERSION.tar.bz2 $TARBALL