Skip to content
Snippets Groups Projects
Commit 6cde5b3e authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

few remaining stray pd-l2ork version fixes

parent 520f32a8
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,7 @@ void import_setup(void)
post("[import] %s",version);
post("\t[import] is still in development, the interface could change!");
post("\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION,
PD_MINOR_VERSION, PD_BUGFIX_VERSION);
//post("\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION,
// PD_MINOR_VERSION, PD_BUGFIX_VERSION);
post("\tcompiled against Pd-l2ork version %s", PD_TEST_VERSION);
}
......@@ -217,7 +217,7 @@ install: all
$(DESTDIR)$(pddocdir)/7.stuff/$$dir ; \
done
mv $(ABOUT_FILE) $(ABOUT_FILE).tmp
cat $(ABOUT_FILE).tmp | sed 's|PD_VERSION|Pd version $(PD_VERSION)|' \
cat $(ABOUT_FILE).tmp | sed 's|PD_VERSION|Pd-l2ork version $(PD_TEST_VERSION)|' \
> $(ABOUT_FILE)
rm $(ABOUT_FILE).tmp
rsync -ax --exclude=.git --exclude=.svn ../extra $(DESTDIR)$(libpddir)/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment