diff --git a/src/import.c b/src/import.c index d0c848f5f8d6262dd691d6b07e2999397530515b..9a1566f18afeabff39f3469bc62dc0f9749356d2 100644 --- a/src/import.c +++ b/src/import.c @@ -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); } diff --git a/src/makefile.in b/src/makefile.in index 20a679e8013ba82b74ad155a158ee7b09f7ba2fe..963eeaf27b1a4b4b3e373119870a7b2a4e9696d9 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -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)/