Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Francis <francis@sugarlabs.org>2012-10-23 15:42:58 (GMT)
committer Daniel Francis <francis@sugarlabs.org>2012-10-23 15:42:58 (GMT)
commitf233c6478b1fcc0bb6f72a3fc008192a4f6d0acf (patch)
tree65ce474db2e875b250550edfca7c2a5985fe3857
parentceda8d66bc1b6a43fbcf2ff55716cf00536cca8b (diff)
Version 8
-rw-r--r--activity/activity.info2
-rw-r--r--info.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/activity/activity.info b/activity/activity.info
index cf17024..4082c63 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,7 +1,7 @@
[Activity]
name = Graph Plotter
summary = Graph Plotter is an easy function plotter made for replace the expensive calculators.
-activity_version = 7
+activity_version = 8
show_launcher = 1
bundle_id = org.sugarlabs.GraphPlotter
exec = sugar-activity activity.Activity -s
diff --git a/info.py b/info.py
index 31446c7..d9de089 100644
--- a/info.py
+++ b/info.py
@@ -38,7 +38,7 @@ name = _('Graph Plotter')
generic_name = _('Mathematical Function Plotter')
lower_name = 'graph-plotter'
copyright = 'Copyright © 2012 Daniel Francis'
-version = '7'
+version = '8'
description = _("Graph Plotter is an easy function plotter\
made for replace the expensive calculators.")
authors = ['Daniel Francis <francis@sugarlabs.org>']