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-03-29 12:27:20 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-29 12:27:20 (GMT)
commitb3a500fd17ad71a43a9c6cd4b2ebd7a4cfabddf0 (patch)
tree6b208281540014634ace56292c48992ad54804a6
parent10735e597a8c43395e219de0290ca08be8507daf (diff)
Fix distcheck
-rw-r--r--po/POTFILES.in1
-rwxr-xr-xtools/build-snapshot.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 10313bb..f6d90c4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,4 +4,3 @@ shell/view/BuddyMenu.py
shell/view/clipboardmenu.py
shell/view/frame/ZoomBox.py
sugar/graphics/optionmenu.py
-sugar/chat/ChatEditor.py
diff --git a/tools/build-snapshot.sh b/tools/build-snapshot.sh
index 5510523..9798a85 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.62
+RELEASE=2.65
TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2
rm sugar-$VERSION.tar.bz2