patch 9.0.1907: No support for liquidsoap filetypes
Problem: No support for liquidsoap filetypes
Solution: Add liquidsoap filetype detection code
closes: #13111
Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Romain Beauxis <toots@rastageeks.org>
diff --git a/src/version.c b/src/version.c
index f517b5b..655b1d1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1907,
+/**/
1906,
/**/
1905,