updated version history

dev
Jens Mönig 2016-01-08 16:23:23 +01:00
rodzic 566aae7951
commit a0307a240f
2 zmienionych plików z 4 dodań i 3 usunięć

6
gui.js
Wyświetl plik

@ -9,7 +9,7 @@
written by Jens Mönig
jens@moenig.org
Copyright (C) 2015 by Jens Mönig
Copyright (C) 2016 by Jens Mönig
This file is part of Snap!.
@ -71,7 +71,7 @@ BlockRemovalDialogMorph, saveAs*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2015-December-22';
modules.gui = '2016-January-08';
// Declarations
@ -2751,7 +2751,7 @@ IDE_Morph.prototype.aboutSnap = function () {
world = this.world();
aboutTxt = 'Snap! 4.0.4\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2015 Jens M\u00F6nig and '
+ 'Copyright \u24B8 2016 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'

Wyświetl plik

@ -2839,3 +2839,4 @@ end - bulk of 151215
------
* BYOB: fixed #1098
* Threads: remove a redundant yield from the fork primitive
* GUI: fixed #1099, thanks, Michael!