Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jul 4, 2018
1 parent 6e8c49f commit c7a1232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MVN := mvn
COMPOSE := docker-compose
VERSION := 3.6.0-SNAPSHOT
VERSION := 3.6.0

TARGET_NAR_LINUX_32 := $(addprefix target/nar/louis-$(VERSION)-i386-Linux-gpp-,executable shared)
TARGET_NAR_LINUX_64 := $(addprefix target/nar/louis-$(VERSION)-amd64-Linux-gpp-,executable shared)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.liblouis</groupId>
<artifactId>louis</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<packaging>nar</packaging>
<name>liblouis-nar</name>
<description>liblouis packaged in a NAR (Native ARchive).</description>
Expand Down

0 comments on commit c7a1232

Please sign in to comment.