Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--browser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser.py b/browser.py
index 16a2d2d..35c7437 100644
--- a/browser.py
+++ b/browser.py
@@ -537,7 +537,7 @@ class Browser(WebKit.WebView):
([])),
}
- CURRENT_SUGAR_VERSION = '0.98'
+ CURRENT_SUGAR_VERSION = '0.100'
SECURITY_STATUS_SECURE = 1
SECURITY_STATUS_INSECURE = 2