summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorPowerUser64 <blake@blakenorth.net>2024-06-19 20:32:11 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-19 20:32:11 +0200
commitaa61b8a9087e9cd999ef07e0d87b60f43d68f2c6 (patch)
tree9e6fb3b44b2490c788526680c9fed19fe3df6ce3 /src/version.c
parentca7f93e6f351b310c17cfc8f88acf21c839d6116 (diff)
patch 9.1.0505: filetype: Faust files are not recognizedv9.1.0505
Problem: filetype: Faust files are not recognized Solution: Detect '*.lib' files as Faust filetype, add detection for '*.dsp' files (Faust or Make), remove '*.lib' from Cobol filetype (PowerUser64) closes: #14894 Signed-off-by: PowerUser64 <blake@blakenorth.net> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0d8b57d7f1..44d0214750 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 505,
+/**/
504,
/**/
503,