From 9202603136ecc4c103029b8317c74d4f92178677 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 19 Nov 2019 15:53:47 +0100 Subject: [PATCH] prepared release --- HISTORY.md | 6 +++++- snap.html | 4 ++-- src/gui.js | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bb785f62..861db440 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,13 +3,17 @@ ## in development: * **New Features:** * **Notable Changes:** +* **Notable Fixes:** +* **Translation Updates:** + +## v5.3.7: * **Notable Fixes:** * wait until the camera actually records something when turning video capture "on" * only report video capture as "on" when the camera actually records something -* **Translation Updates:** ### 2019-11-19 * threads: when turning video capture "on" wait until the camera actually records something +* prepared release ### 2019-11-18 * new dev version diff --git a/snap.html b/snap.html index 48634a6a..1b3b4b5c 100755 --- a/snap.html +++ b/snap.html @@ -2,14 +2,14 @@ - Snap! Build Your Own Blocks 5.3.7 - dev - + Snap! Build Your Own Blocks 5.3.7 - + diff --git a/src/gui.js b/src/gui.js index 61ed2a83..f04e694d 100644 --- a/src/gui.js +++ b/src/gui.js @@ -79,7 +79,7 @@ BlockEditorMorph, BlockDialogMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2019-November-18'; +modules.gui = '2019-November-19'; // Declarations @@ -3626,7 +3626,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 5.3.7 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 5.3.7\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2019 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'