From 931be32989832f981a6f082124a0d7006d01a30a Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 2 Feb 2021 17:47:20 +0100 Subject: [PATCH] prepared patch --- HISTORY.md | 2 ++ snap.html | 4 ++-- src/gui.js | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e0e43e2b..93d4e511 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,7 @@ ## in development: +## 6.5.2 * **Notable Changes:** * identity comparison of texts is now case-sensitive * hyperized image attribute reporter primitive (monadic) @@ -22,6 +23,7 @@ ### 2021-02-02 * lists: added a few internal - as of now unused - matrix operations * lists, threads: refactored hyper list access +* prepared patch ### 2021-02-01 * lists: refactored some matrix operations diff --git a/snap.html b/snap.html index 13c2becb..81a7b6b1 100755 --- a/snap.html +++ b/snap.html @@ -3,7 +3,7 @@ - Snap! 6.5.2 - dev - Build Your Own Blocks + Snap! 6.5.2 Build Your Own Blocks @@ -11,7 +11,7 @@ - + diff --git a/src/gui.js b/src/gui.js index 620f23a1..5d090513 100644 --- a/src/gui.js +++ b/src/gui.js @@ -78,7 +78,7 @@ Animation, BoxMorph, BlockEditorMorph, BlockDialogMorph, Note, ZERO, BLACK*/ // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2021-February-01'; +modules.gui = '2021-February-02'; // Declarations @@ -4237,7 +4237,7 @@ IDE_Morph.prototype.aboutSnap = function () { module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn, world = this.world(); - aboutTxt = 'Snap! 6.5.2 - dev -\nBuild Your Own Blocks\n\n' + aboutTxt = 'Snap! 6.5.2\nBuild Your Own Blocks\n\n' + 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and ' + 'Brian Harvey\n' + 'jens@moenig.org, bh@cs.berkeley.edu\n\n'