aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index ac7901a..eda8c2e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -28,13 +28,18 @@
#ENDIF
"name": "Haketilo",
"short_name": "Haketilo",
+ "version":
#IF CHROMIUM
// Chromium requires version to "be between 1-4 dot-separated integers each
- // between 0 and 65536".
- "version": "0.65536.1",
+ // between 0 and 65536". Firefox does not impose such rules, hence, when we
+ // make a beta release, we assign it the true version under Firefox
+ // (e.g. "1.0-beta1") and a fake version with 1-lower major and maximal
+ // allowed minor number under Chromium (e.g. 0.65536.1).
+#INCLUDE_VERBATIM version_chromium
#ELSE
- "version": "1.0-beta1",
+#INCLUDE_VERBATIM version
#ENDIF
+ ,
"author": "Wojtek Kosior & contributors",
"description": "Control your \"Web\" browsing.",
#IF MOZILLA