Skip to content

Commit

Permalink
Version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dowland committed Sep 22, 2016
1 parent 206ad21 commit c2025ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# hint: md5sha1sum via brew for OS X

JAR := target/wadc-2.0-SNAPSHOT.jar
JAR := target/wadc-2.1.jar
WADS := $(patsubst %.wl,%.wad, $(wildcard examples/*.wl) $(wildcard tests/*.wl))

default: check
Expand Down
5 changes: 5 additions & 0 deletions doc/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ toc::[]

Not yet released.

== 2.1

Version 2.1 of WadC is dedicated to the memory of Professor Seymour Papert
(1928-2016), co-inventor of the LOGO programming language.

=== Core program changes

* Internationalisation support.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.redmars.wadc</groupId>
<artifactId>wadc</artifactId>
<packaging>jar</packaging>
<version>2.0-SNAPSHOT</version>
<version>2.1</version>
<name>WadC</name>
<url>https://jmtd.net/wadc/</url>
<properties>
Expand Down

0 comments on commit c2025ea

Please sign in to comment.