From 7965f1b455144220c137bcb25c4967283a6b7ff3 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 16 Feb 2022 18:12:21 +0100 Subject: improve the build system --- manifest.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'manifest.json') 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 -- cgit v1.2.3