Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-10-01 11:36:58 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-10-01 11:53:47 (GMT)
commit90dfa77823cfdf22661dea8379fab944508629e6 (patch)
tree9dc0c39b7811f5d598c7deec0b81797629517eea /browser.py
parentd8622db8d159329cbed9d6ee807ad973410abc63 (diff)
Update the Sugar (Sucrose) version for the user agent to 0.98
Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'browser.py')
-rw-r--r--browser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser.py b/browser.py
index 4a6a7b4..fb8a985 100644
--- a/browser.py
+++ b/browser.py
@@ -457,7 +457,7 @@ class Browser(WebKit.WebView):
([str])),
}
- CURRENT_SUGAR_VERSION = '0.96'
+ CURRENT_SUGAR_VERSION = '0.98'
def __init__(self):
WebKit.WebView.__init__(self)