We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9a77a commit 37d9e26Copy full SHA for 37d9e26
Makefile
@@ -38,8 +38,8 @@ export OBJDIR := $(TARGETDIR)/objs
38
export JNIDIR := $(TARGETDIR)/jni
39
export CLASSDIR := $(TARGETDIR)/classes
40
export PLJAVA_MAJOR_VER := 1
41
-export PLJAVA_MINOR_VER := 3
42
-export PLJAVA_PATCH_VER := 1
+export PLJAVA_MINOR_VER := 4
+export PLJAVA_PATCH_VER := 0
43
export PLJAVA_VERSION := $(PLJAVA_MAJOR_VER).$(PLJAVA_MINOR_VER).$(PLJAVA_PATCH_VER)
44
export TAR := /bin/tar
45
0 commit comments