Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranishmangal2002 <anishmangal2002@gmail.com>2010-07-29 15:38:41 (GMT)
committer anishmangal2002 <anishmangal2002@gmail.com>2010-07-29 15:38:41 (GMT)
commitd88784fe360877794eac1ada4c95d6a4377c5c55 (patch)
tree9598a3b85b6e9fc558c0fbc385cfc39ac46fe4e2
parent46bcc0f0cb327955c4f9f33617229a8ed20d0b66 (diff)
Bump v37v37
-rw-r--r--NEWS5
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py2
3 files changed, 7 insertions, 2 deletions
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."""