Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2013-09-09 14:45:50 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2013-09-09 14:45:50 (GMT)
commit88da34dddcc4a56bf12669431d58b3cba04744fc (patch)
treeeea354d65ed6cfcf9dfd64acdfb288d3bb417e82
parent3df06cd6eac61fbf4fa9e77bde27cf56fe48338f (diff)
Bump CURRENT_SUGAR_VERSION to 0.100
-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