From 0348286bd5a5976080702a46061049511d4fad7f Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sun, 15 Sep 2024 01:03:06 +0300
Subject: [PATCH 34/34] Set audio datafiles' capstr to stable S3_2 one

See RM #863

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 client/audio.c           | 4 ++--
 data/stdmusic.musicspec  | 2 +-
 data/stdsounds.soundspec | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/client/audio.c b/client/audio.c
index d70b940a08..d3aa610fb9 100644
--- a/client/audio.c
+++ b/client/audio.c
@@ -45,8 +45,8 @@
 #define SNDSPEC_SUFFIX		".soundspec"
 #define MUSICSPEC_SUFFIX        ".musicspec"
 
-#define SOUNDSPEC_CAPSTR "+Freeciv-soundset-Devel-2022-07-03"
-#define MUSICSPEC_CAPSTR "+Freeciv-musicspec-3.2-Devel-2023-Jun-03"
+#define SOUNDSPEC_CAPSTR "+Freeciv-3.2-soundset"
+#define MUSICSPEC_CAPSTR "+Freeciv-3.2-musicspec"
 
 /* Keep them open throughout */
 static struct section_file *ss_tagfile = NULL;
diff --git a/data/stdmusic.musicspec b/data/stdmusic.musicspec
index 3ee3b690ff..67f258b0d0 100644
--- a/data/stdmusic.musicspec
+++ b/data/stdmusic.musicspec
@@ -1,6 +1,6 @@
 [musicspec]
 ; Format and options of this spec file:
-options = "+Freeciv-musicspec-3.2-Devel-2023-Jun-03"
+options = "+Freeciv-3.2-musicspec"
 
 ; A simple name for the musicset specified by this file:
 name = "Stdmusic"
diff --git a/data/stdsounds.soundspec b/data/stdsounds.soundspec
index 58d835174d..b806500621 100644
--- a/data/stdsounds.soundspec
+++ b/data/stdsounds.soundspec
@@ -1,6 +1,6 @@
 [soundspec]
 ; Format and options of this spec file:
-options = "+Freeciv-soundset-Devel-2022-07-03"
+options = "+Freeciv-3.2-soundset"
 
 [info]
 artists = "\
-- 
2.45.2

