diff options
Diffstat (limited to 'cyclone')
-rw-r--r-- | cyclone/build_counter | 4 | ||||
-rw-r--r-- | cyclone/cyclone-meta.pd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cyclone/build_counter b/cyclone/build_counter index ab7d6ce..1b8edb7 100644 --- a/cyclone/build_counter +++ b/cyclone/build_counter @@ -1,7 +1,7 @@ #define CYCLONE_VERSION "0.1" #define CYCLONE_RELEASE "alpha" -#define CYCLONE_BUILD 55 +#define CYCLONE_BUILD 56 #if 0 -CYCLONE_SNAPSHOT = 0.1-alpha55 +CYCLONE_SNAPSHOT = 0.1-alpha56 #endif diff --git a/cyclone/cyclone-meta.pd b/cyclone/cyclone-meta.pd index 2510aa1..4203053 100644 --- a/cyclone/cyclone-meta.pd +++ b/cyclone/cyclone-meta.pd @@ -4,6 +4,6 @@ #X text 10 30 NAME cyclone; #X text 10 50 AUTHOR Kzrysztof Czaja; #X text 10 70 LICENSE BSD; -#X text 10 90 VERSION 0.1; +#X text 10 90 VERSION 0.1-alpha56; #X text 10 110 DESCRIPTION a library for porting and running Max/MSP patches in Pd; #X restore 10 10 pd META; |