Browse Source

version

master
Nasca Octavian PAUL 13 years ago
parent
commit
7d0b60b5e1
2 changed files with 8 additions and 2 deletions
  1. +7
    -1
      readme.txt
  2. +1
    -1
      version.h

+ 7
- 1
readme.txt View File

@@ -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



+ 1
- 1
version.h View File

@@ -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


Loading…
Cancel
Save