From 6cde5b3e83533ef41123525946a0f7648c44141b Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Mon, 12 Nov 2012 14:33:33 -0500
Subject: [PATCH] few remaining stray pd-l2ork version fixes

---
 src/import.c    | 5 +++--
 src/makefile.in | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/import.c b/src/import.c
index d0c848f5f..9a1566f18 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 20a679e80..963eeaf27 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)/
-- 
GitLab