Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-28 17:00:03 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-28 17:00:03 (GMT)
commitad17143eb36a7e1fbead512ba8eb17263bde7c83 (patch)
treece0c6e67eec629afd3f87757743aed60e38629a9
parent6704e1bfd30580ba3f8b9b36f336f41242e96785 (diff)
Missing file
-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