Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST1
-rw-r--r--NEWS2
-rw-r--r--activity/activity.info2
-rwxr-xr-xsetup.py2
4 files changed, 4 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index cfe5724..df0c231 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,4 @@
NEWS
-MANIFEST
COPYING
colors.py
colorsc.py
diff --git a/NEWS b/NEWS
index f2fd769..7989da0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+5
+
Colors-4
* New toolbar icons.
diff --git a/activity/activity.info b/activity/activity.info
index 9e7db3f..2d90eef 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = Colors!
-activity_version = 4
+activity_version = 5
host_version = 1
service_name = org.laptop.community.Colors
icon = Colors-activity
diff --git a/setup.py b/setup.py
index ed7e7c6..77fda74 100755
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
from sugar.activity import bundlebuilder
if __name__ == "__main__":
- bundlebuilder.start("Colors")
+ bundlebuilder.start()