Skip to content

Commit 37d9e26

Browse files
committed
Release 1.4.0.
1 parent 1d9a77a commit 37d9e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export OBJDIR := $(TARGETDIR)/objs
3838
export JNIDIR := $(TARGETDIR)/jni
3939
export CLASSDIR := $(TARGETDIR)/classes
4040
export PLJAVA_MAJOR_VER := 1
41-
export PLJAVA_MINOR_VER := 3
42-
export PLJAVA_PATCH_VER := 1
41+
export PLJAVA_MINOR_VER := 4
42+
export PLJAVA_PATCH_VER := 0
4343
export PLJAVA_VERSION := $(PLJAVA_MAJOR_VER).$(PLJAVA_MINOR_VER).$(PLJAVA_PATCH_VER)
4444
export TAR := /bin/tar
4545

0 commit comments

Comments
 (0)