diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-01-17 08:33:48 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2012-01-17 08:33:48 +0000 |
commit | fbc88167024753c7b003a45bd988cb144d707ef4 (patch) | |
tree | 18dde764af4e9082c3217b921bf705a17f779904 | |
parent | 3ca5bce11124f4e0aa132a0be65c452677c999a3 (diff) |
version info is kept in configure.ac
rather than having multiple differing sources of the current zexy-version, we only store it in
configure.ac and set it from there...
svn path=/trunk/externals/zexy/; revision=15877
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | zexy-meta.pd.in (renamed from zexy-meta.pd) | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index dc66dde..ba6ee14 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile src/Makefile abs/Makefile reference/Makefile]) AC_CONFIG_FILES([tests/Makefile build/Makefile]) +AC_CONFIG_FILES([zexy-meta.pd]) AC_CONFIG_SRCDIR([src/zexy.c]) diff --git a/zexy-meta.pd b/zexy-meta.pd.in index 8d7d85e..a9cd73f 100644 --- a/zexy-meta.pd +++ b/zexy-meta.pd.in @@ -296,11 +296,11 @@ the type; #X text 279 406 numeric conversion (coordinates \, angles \, ...); #X text 430 82 bug-reports: zmoelnig-AT-iem.at; #N canvas 498 232 309 146 META 0; -#X text 14 14 VERSION 2.2.6; -#X text 13 41 AUTHOR IOhannes m zmölnig; -#X text 14 27 NAME zexy; -#X text 15 58 LICENSE GPL-2; -#X text 14 75 DESCRIPTION the swiss army knife for Pd; +#X text 10 10 NAME zexy; +#X text 10 30 VERSION @PACKAGE_VERSION@; +#X text 10 50 AUTHOR IOhannes m zmölnig; +#X text 10 70 LICENSE GPL-2; +#X text 10 90 DESCRIPTION the swiss army knife for Pd; #X restore 23 27 pd META; #X text 228 7 the zexy external; #X text 429 66 (c) forum::für::umlute 1999-2011; |