diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-08-14 22:16:08 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-08-15 21:35:20 +0200 |
commit | 680789fa391a8c323f449d34a0ca722b17a85997 (patch) | |
tree | ea3511bda99dccce741da5152df2f5f0a1ab3826 | |
parent | 3d7ce0124aa6ab116f430604db72c99bcd7a299a (diff) | |
download | buildroot-680789fa391a8c323f449d34a0ca722b17a85997.tar.gz buildroot-680789fa391a8c323f449d34a0ca722b17a85997.zip |
domoticz: fix appversion.default
Retrieve correct appversion.default (9700) from upstream
Without this patch, the wrong version is displayed in the web ui and
when the user checks for an update, domoticz wrongly says that a new
version is available
This issue was reported by an email from Eyal Eshed <eeshed@coldroll.ca>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/domoticz/0001-Bumped-version.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/domoticz/0001-Bumped-version.patch b/package/domoticz/0001-Bumped-version.patch new file mode 100644 index 0000000000..70426ba1aa --- /dev/null +++ b/package/domoticz/0001-Bumped-version.patch @@ -0,0 +1,20 @@ +From 98723b7da9467a49222b8a7ffaae276c5bc075c1 Mon Sep 17 00:00:00 2001 +From: gizmocuz <gizmocuz@users.noreply.github.com> +Date: Thu, 28 Jun 2018 08:00:58 +0200 +Subject: [PATCH] Bumped version + +Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> +[Retrieved from https://github.com/domoticz/domoticz/commit/98723b7da9467a49222b8a7ffaae276c5bc075c1] +--- + appversion.default | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/appversion.default b/appversion.default +index beaa069bb..7d3530590 100644 +--- a/appversion.default ++++ b/appversion.default +@@ -1,3 +1,3 @@ +-#define APPVERSION 5876 ++#define APPVERSION 9700 + #define APPHASH "b97777b" + #define APPDATE 1478691222 |