Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/view/Makefile.am1
-rwxr-xr-xtools/build-snapshot.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/shell/view/Makefile.am b/shell/view/Makefile.am
index 8388b38..abbb230 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 5a93763..0fcb2bc 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