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