mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
- increased version counter
This commit is contained in:
parent
1685e00e76
commit
ce3002381a
1 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,8 @@
|
|||
/************************************************************************
|
||||
*
|
||||
* versions:
|
||||
* (14): adapted to latest code base
|
||||
* (13): ???
|
||||
* (12): fixed voice stealing
|
||||
* (11): fixed arguments of fluidmax_tuning_octave() (third has to be float)
|
||||
* (10): added micro-tuning methods
|
||||
|
@ -40,7 +42,7 @@
|
|||
* (5): fixed bogus path translation at file loading
|
||||
*
|
||||
*/
|
||||
#define FLUIDMAX_VERSION "01/2009 (13)"
|
||||
#define FLUIDMAX_VERSION "01/2009 (14)"
|
||||
|
||||
#include "ftmax.h"
|
||||
#include "fluidsynth.h"
|
||||
|
|
Loading…
Reference in a new issue