Skip to content

Commit

Permalink
Release 2.4.8
Browse files Browse the repository at this point in the history
  * Engine:
    - Use appropriately the executionError field instead of
      compilationError to store entities' run time errors.
  * Worlds:
    - ConsWorld: new subclass of BatWorld dedicated to recursive lists.
  * Pedagogical content:
    - recursion.cons: new lesson on recursive lists (17 challenges)
    - #349, #355 : French typo
    - #356: write 'one', not '1' (was too similar to 'l') (fix #356)
    - #365: SelectionSort: don't sort the last cell, it's already done
  • Loading branch information
mquinson committed Sep 28, 2014
1 parent 14260bd commit 6a803ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
20140921: wanabe Release 2.4.8
20140928: Release 2.4.8

* Engine:
- Use appropriately the executionError field instead of
Expand Down
2 changes: 1 addition & 1 deletion l10n/engine/plm.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-09-28 22:03+0200\n"
"POT-Creation-Date: 2014-09-28 22:05+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
Binary file modified lib/plm-messages.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions lib/resources/plm.configuration.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Sat, 20 Sep 2014 11:34:21 +0200
#Sun, 28 Sep 2014 22:06:00 +0200
# PLM default configuration
plm.major.version=2.4.8-git
plm.minor.version=20131001
plm.major.version=2.4.8
plm.minor.version=20140928

# This should be self explanatory, actually
# Its value is automatically updated and saved in the personal property file
Expand Down

0 comments on commit 6a803ea

Please sign in to comment.