aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 17:07:50 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 17:07:50 +0000
commit6b7d705d71a220c8051f0aeee6adee5978ffd083 (patch)
tree606e9a5e3d0ec7ae1e54d49c70acb2b95831f9c7 /Makefile
parent0ce8cfa35b515678cc11c4c7a40a6caee6445ef6 (diff)
oops forgot the meta file
svn path=/trunk/externals/template/; revision=13375
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbd8024..94e1e0a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#For instructions on how to use this template, see:
# http://puredata.info/docs/developer/MakefileTemplate
LIBRARY_NAME = template
-LIBRARY_VERSION = 0.0
+LIBRARY_VERSION = sed -n 's|^#X text [0-9][0-9]* [0-9][0-9]* VERSION \(.*\);$|\1|p' $(LIBRARY_NAME)-meta.pd
# Next, add your .c source files to the SOURCES variable. The help files will
# be included automatically