diff options
-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; |