This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 69b98d9f7d2ca67bde234a74b420bf31ea71f743 Author: Daniel Gruno <[email protected]> AuthorDate: Wed Nov 17 21:12:46 2021 +0100 regen JS --- webui/js/ponymail.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js index feb0df7..b06cc3c 100644 --- a/webui/js/ponymail.js +++ b/webui/js/ponymail.js @@ -16,6 +16,8 @@ */ // THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT source/*.js!! +const PONYMAIL_REVISION = "fa5e39b"; + /****************************************** @@ -1688,7 +1690,7 @@ function showCalendarPicker(parent, seedDate) { Fetched from source/init.js ******************************************/ -const PONYMAIL_VERSION = "1.0.1-Foal" // Current version of Pony Mail +const PONYMAIL_VERSION = "1.0.1-Foal"; // Current version of Pony Mail let apiURL = ''; // external API URL. Usually left blank. @@ -1760,7 +1762,7 @@ window.addEventListener('load', function() { }, [ new HTML('p', { class: 'muted' - }, "Powered by Apache Pony Mail (Foal v/%s)".format(PONYMAIL_VERSION)) + }, "Powered by Apache Pony Mail (Foal v/%s ~%s)".format(PONYMAIL_VERSION, PONYMAIL_REVISION)) ]) ])); });
