From: Michael Zucchi Date: Tue, 23 Apr 2019 01:45:53 +0000 (+0930) Subject: Bump for 1.0 release, nativez-1.0 X-Git-Tag: zcl-1.0 X-Git-Url: https://code.zedzone.au/cvs?a=commitdiff_plain;h=45c7c775bb9d463d09d1a5eacaa5cc2629fb6f9a;p=zcl Bump for 1.0 release, nativez-1.0 --- diff --git a/Makefile b/Makefile index b4bb908..b36e9bf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -dist_VERSION=1.99 +dist_VERSION=1.0 dist_NAME=zcl dist_EXTRA=README \ build.xml \ diff --git a/config.make b/config.make index efc723d..6773049 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 ../nativez/bin/notzed.nativez +JAVACFLAGS += --module-path ../nativez-1.0/bin/notzed.nativez JAVACFLAGS += -source 11 JAVAC ?= javac