From d88784fe360877794eac1ada4c95d6a4377c5c55 Mon Sep 17 00:00:00 2001 From: anishmangal2002 Date: Thu, 29 Jul 2010 15:38:41 +0000 Subject: Bump v37 --- diff --git a/NEWS b/NEWS index b19533b..ada4e7d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +37 +* Remove broken slideshow until it is fixed #2054 (James Cameron) +* Adapt pippy examples to screen dimensions (except xolyimpics), + dev.laptop.org #9260 (James Cameron) + 36 * Add COPYING based on activity.info license field, verify source file licenses, include LICENSE from Elements upstream SVN, fixes diff --git a/activity/activity.info b/activity/activity.info index 26108f7..1664fd6 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -4,7 +4,7 @@ bundle_id = org.laptop.Pippy service_name = org.laptop.Pippy class = pippy_app.PippyActivity icon = activity-icon -activity_version = 36 +activity_version = 37 mime_types = text/x-python, pickle/groupthink-pippy show_launcher = yes diff --git a/pippy_app.py b/pippy_app.py index 8edad4e..fc8aaaa 100644 --- a/pippy_app.py +++ b/pippy_app.py @@ -501,7 +501,7 @@ PIPPY_DEFAULT_ICON = \ def pippy_activity_version(): """Returns the version number of the generated activity bundle.""" - return 34 + return 37 def pippy_activity_extra_files(): """Returns a map of 'extra' files which should be included in the generated activity bundle.""" -- cgit v0.9.1