From 291b0d944bed3cf53f2fea19d0f01a3615bb15ff Mon Sep 17 00:00:00 2001 From: Michael Zucchi Date: Tue, 23 Apr 2019 11:15:19 +0930 Subject: [PATCH] Bump for 4.0 release and nativez-1.0 --- Makefile | 2 +- config.make | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c213a28..ea6e70c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -dist_VERSION=3.99 +dist_VERSION=4.0 dist_NAME=jjmpeg dist_EXTRA=README TODO \ build.xml \ diff --git a/config.make b/config.make index 657bb75..672631e 100644 --- a/config.make +++ b/config.make @@ -6,9 +6,9 @@ JAVAFX_HOME ?= /usr/local/javafx-sdk-11.0.2 FFMPEG_HOME ?= /opt/ffmpeg/4.0 # See also JAVACFLAGS --module-path -NATIVEZ_HOME=../nativez/bin/notzed.nativez/$(TARGET) +NATIVEZ_HOME=../nativez-1.0/bin/notzed.nativez/$(TARGET) -JAVACFLAGS += --module-path $(JAVAFX_HOME)/lib:../nativez/bin/notzed.nativez +JAVACFLAGS += --module-path $(JAVAFX_HOME)/lib:../nativez-1.0/bin/notzed.nativez JAVACFLAGS += -source 11 JAVAC ?= javac -- 2.39.2