diff --git a/readme.txt b/readme.txt index 382053d..8024fbe 100644 --- a/readme.txt +++ b/readme.txt @@ -73,10 +73,16 @@ History: - Shorten algorithm improvements - Added an option to preserve the tonal part or noise part - Ignored the commandline parameters starting with "-" (usefull for macosx) - 20110303(2.2-0) + + 20110305(2.2-0) - gzip bugfix which prevents loading of the .psx files on Windows - bugfix on freeze function on onsets + 20110305(2.2-1) + - removed the noise on starting/seeking with the player + - bugfix on freeze function + + Enjoy! :) Paul diff --git a/version.h b/version.h index 1c910f9..ae29055 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION "version 2.2 (20110303)" +#define VERSION "version 2.2-1 (20110305)" //#define VERSION "" #endif