diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | windowing-meta.pd | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ SOURCES = bartlett~.c blackman~.c connes~.c cosine~.c gaussian~.c hamming~.c han PDOBJECTS = # example patches and related files, in the 'examples' subfolder -EXAMPLES = +EXAMPLES = windowing.pd # manuals and related files, in the 'manual' subfolder MANUAL = diff --git a/windowing-meta.pd b/windowing-meta.pd index 5041a5e..06b34e9 100644 --- a/windowing-meta.pd +++ b/windowing-meta.pd @@ -4,5 +4,5 @@ #X text 10 10 NAME windowing; #X text 10 10 AUTHOR Joe Sarlo; #X text 10 10 LICENSE GPLv2 or later; -#X text 10 110 VERSION 0.1; +#X text 10 110 VERSION 0.1.1-svn; #X restore 10 10 pd META; |