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-11 21:10:07 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-11 21:10:07 (GMT)
commitb0c2f0313fa291facbfe34ed663b4d81cdfa8d09 (patch)
treea02f06883fb4fb95fd5686f8bc39276dd94bbece /build-snapshot.sh
parentd319ac192d155c8b23744a1c162c50e4179ee1bd (diff)
Check the grid exists before trying to remove weight when removing items.
Diffstat (limited to 'build-snapshot.sh')
-rwxr-xr-xbuild-snapshot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-snapshot.sh b/build-snapshot.sh
index f019fcf..68c73b3 100755
--- a/build-snapshot.sh
+++ b/build-snapshot.sh
@@ -1,6 +1,6 @@
VERSION=0.63
DATE=`date +%Y%m%d`
-RELEASE=2.77
+RELEASE=2.78
TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2
rm sugar-$VERSION.tar.bz2