Skip to content

Commit

Permalink
Version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtd committed Feb 21, 2019
1 parent 450b8e7 commit 22153cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2.jar
JAR := target/wadc-3.0.jar
WADS := $(patsubst %.wl,%.wad, $(wildcard examples/*.wl) $(wildcard tests/*.wl))

default: check
Expand Down
4 changes: 2 additions & 2 deletions doc/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ current features, see link:reference.adoc[the Reference].

toc::[]

== Dev
== 3.0

Not released yet.
Released 20^th^ February 2019.

This version of WadC is dedicated to Lu (1972-2019). RIP.

Expand Down
2 changes: 1 addition & 1 deletion gallery/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
EXAMPLES := $(filter-out %lisp.wl,$(filter-out %choz.wl,$(wildcard ../examples/*wl)))
MAPS := $(addprefix img/map_, $(addsuffix .png, $(basename $(notdir $(EXAMPLES)))))
PWD := $(shell pwd)
JAR := ../target/wadc-2.2.jar
JAR := ../target/wadc-3.0.jar
OMGIFOLD := $(HOME)/git/doom/omgifol

default: index.html $(MAPS)
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.2</version>
<version>3.0</version>
<name>WadC</name>
<url>https://jmtd.net/wadc/</url>
<properties>
Expand Down

0 comments on commit 22153cc

Please sign in to comment.