From d977136a4f345072dfd9250470979fd9ba394567 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Fri, 01 Aug 2008 06:55:10 +0000 Subject: Release version 56. --- diff --git a/NEWS b/NEWS index 4c1cfff..54216e9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +56 + +* Translation release + 55 * Translation release diff --git a/activity/activity.info b/activity/activity.info index 564403f..e5808dd 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -3,6 +3,6 @@ name = Write service_name = org.laptop.AbiWordActivity class = AbiWordActivity.AbiWordActivity icon = activity-write -activity_version = 55 +activity_version = 56 show_launcher = 1 mime_types = text/rtf;text/plain;application/x-abiword;text/x-xml-abiword;application/msword;application/rtf;application/xhtml+xml;text/html;application/vnd.oasis.opendocument.text diff --git a/setup.py b/setup.py index 88a92f8..fae74b8 100755 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ from sugar.activity import bundlebuilder -bundlebuilder.start('Write') +bundlebuilder.start() -- cgit v0.9.1