From ad17143eb36a7e1fbead512ba8eb17263bde7c83 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Wed, 28 Feb 2007 18:00:03 +0100 Subject: [PATCH] Missing file --- shell/view/Makefile.am | 1 + tools/build-snapshot.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/view/Makefile.am b/shell/view/Makefile.am index 8388b38c..abbb230e 100644 --- a/shell/view/Makefile.am +++ b/shell/view/Makefile.am @@ -9,5 +9,6 @@ sugar_PYTHON = \ clipboardicon.py \ clipboardmenu.py \ keyhandler.py \ + pulsingicon.py \ OverlayWindow.py \ Shell.py diff --git a/tools/build-snapshot.sh b/tools/build-snapshot.sh index 5a937631..0fcb2bcd 100755 --- a/tools/build-snapshot.sh +++ b/tools/build-snapshot.sh @@ -1,6 +1,6 @@ VERSION=0.63 DATE=`date +%Y%m%d` -RELEASE=2.25 +RELEASE=2.27 TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2 rm sugar-$VERSION.tar.bz2