From 367de37988c82cd3474f9d4951a6c5aef430ed1b Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 1 Feb 2021 12:32:40 +0200 Subject: [PATCH 16/16] Bump soundset capstr New entries have been added to the soundspec format since S3_0. Make the capstr to differ from frozen 3.0 one. See osdn #41411 Signed-off-by: Marko Lindqvist --- client/audio.c | 2 +- data/stdsounds.soundspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/audio.c b/client/audio.c index e5636d0410..89c4d8edcf 100644 --- a/client/audio.c +++ b/client/audio.c @@ -44,7 +44,7 @@ #define SNDSPEC_SUFFIX ".soundspec" #define MUSICSPEC_SUFFIX ".musicspec" -#define SOUNDSPEC_CAPSTR "+Freeciv-3.0-soundset" +#define SOUNDSPEC_CAPSTR "+Freeciv-soundset-Devel-2021-02-01" #define MUSICSPEC_CAPSTR "+Freeciv-2.6-musicset" /* keep it open throughout */ diff --git a/data/stdsounds.soundspec b/data/stdsounds.soundspec index 56af9b5a50..3b95d8ce5c 100644 --- a/data/stdsounds.soundspec +++ b/data/stdsounds.soundspec @@ -1,6 +1,6 @@ [soundspec] ; Format and options of this spec file: -options = "+Freeciv-3.0-soundset" +options = "+Freeciv-soundset-Devel-2021-02-01" [info] artists = "\ -- 2.30.0