diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | mjlib-meta.pd | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -21,7 +21,8 @@ MANUAL = # list them here. This can be anything from header files, test patches, # documentation, etc. README.txt and LICENSE.txt are required and therefore # automatically included -EXTRA_DIST = VERSION mjLib.c mjLib.h StdAfx.h about.h convolve~.h metroplus.h monorhythm.h morse.h n2m.h pin~.h prob.h synapseA~.h things.h +EXTRA_DIST = VERSION mjLib.c mjLib.h StdAfx.h about.h convolve~.h metroplus.h monorhythm.h morse.h n2m.h pin~.h prob.h synapseA~.h things.h vc70.pdb mjLib.dsw mjLib.lib mjLib.opt mjLib.plg mjLib.suo mjLib.dsp mjLib.exp mjLib.ilk mjLib.ncb mjLib.pdb mjLib.sln mjLib.vcproj + diff --git a/mjlib-meta.pd b/mjlib-meta.pd index 6ef981b..93b5174 100644 --- a/mjlib-meta.pd +++ b/mjlib-meta.pd @@ -4,5 +4,5 @@ #X text 10 30 NAME mjlib; #X text 10 50 AUTHOR mark williamson <mark@junklight.com>; #X text 10 70 LICENSE GNU GPL; -#X text 10 90 VERSION 0.2-svn; +#X text 10 90 VERSION 0.1; #X restore 10 10 pd META; |