prepare release

pull/68/head
jmoenig 2018-10-29 13:10:47 +01:00
rodzic 34cea43e4b
commit 2e4f52f40a
3 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -1,7 +1,6 @@
# Snap<em>!</em> (BYOB) History
## Development version
## v4.2.2.4
###2018-10-29
* Blocks: fixed #2234 (display all reachable local variables in drop-down menu)
* new "does variable _ exist" predicate in var-library, thanks, Brian!

Wyświetl plik

@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Snap! Build Your Own Blocks 4.2.2.4 - dev -</title>
<title>Snap! Build Your Own Blocks 4.2.2.4</title>
<link rel="shortcut icon" href="src/favicon.ico">
<script type="text/javascript" src="src/morphic.js?version=2018-10-02"></script>
<script type="text/javascript" src="src/widgets.js?version=2018-10-02"></script>

Wyświetl plik

@ -3539,7 +3539,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 4.2.2.4 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 4.2.2.4\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2018 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'