summaryrefslogtreecommitdiff
path: root/libs/fluidsynth/config.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-04 04:22:24 +0200
committerRobin Gareus <robin@gareus.org>2019-09-04 04:35:59 +0200
commitfdcddc736b8e3fec528b7414b6a2259bc880e4cf (patch)
tree506d9bc211a054cb12fb7fac0ab9d19052e3486e /libs/fluidsynth/config.h
parent69a3b0b46eb17638c5881d6edba2bb00c813a851 (diff)
Update Fluidsynth to v2.0.6-git
Diffstat (limited to 'libs/fluidsynth/config.h')
-rw-r--r--libs/fluidsynth/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/fluidsynth/config.h b/libs/fluidsynth/config.h
index 7478013c3f..df624449cb 100644
--- a/libs/fluidsynth/config.h
+++ b/libs/fluidsynth/config.h
@@ -3,8 +3,8 @@
#define FLUIDSYNTH_VERSION_MAJOR 2
#define FLUIDSYNTH_VERSION_MINOR 0
-#define FLUIDSYNTH_VERSION_MICRO 4
-#define FLUIDSYNTH_VERSION "2.0.4"
+#define FLUIDSYNTH_VERSION_MICRO 6
+#define FLUIDSYNTH_VERSION "2.0.6"
/* Define to enable ALSA driver */
/* #undef ALSA_SUPPORT */
@@ -198,7 +198,7 @@
/* #undef TRAP_ON_FPE */
/* Version number of package */
-#define VERSION "2.0.4"
+#define VERSION "2.0.6"
/* Define to do all DSP in single floating point precision */
/* #undef WITH_FLOAT */