Switch trunk to pre 1.1 dev
authorMichael Zucchi <michael@swordfish.com.au>
Tue, 23 Apr 2019 03:40:54 +0000 (13:10 +0930)
committerMichael Zucchi <michael@swordfish.com.au>
Tue, 23 Apr 2019 03:40:54 +0000 (13:10 +0930)
Makefile
config.make

index b36e9bf..bcc5f51 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-dist_VERSION=1.0
+dist_VERSION=1.0.99
 dist_NAME=zcl
 dist_EXTRA=README                              \
  build.xml                                     \
index 6773049..efc723d 100644 (file)
@@ -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-1.0/bin/notzed.nativez/$(TARGET)
+NATIVEZ_HOME=../nativez/bin/notzed.nativez/$(TARGET)
 
-JAVACFLAGS += --module-path ../nativez-1.0/bin/notzed.nativez
+JAVACFLAGS += --module-path ../nativez/bin/notzed.nativez
 JAVACFLAGS += -source 11
 
 JAVAC ?= javac