From ca54e6db794d08c830844b4af0a197bba7532829 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Fri, 18 Jul 2025 01:41:43 +0300
Subject: [PATCH 34/34] meson-winbuild.sh: Bump version number to 3.2.0

Drop 'alpha' from the version number now that freeciv-3.2
tree in general is stable release branch.

See RM #1613

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 windows/installer_cross/meson-winbuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/windows/installer_cross/meson-winbuild.sh b/windows/installer_cross/meson-winbuild.sh
index e9ee33416e..98a7d98cf5 100755
--- a/windows/installer_cross/meson-winbuild.sh
+++ b/windows/installer_cross/meson-winbuild.sh
@@ -7,7 +7,7 @@
 # See COPYING available from the same location you got this script.
 #
 
-MESON_WINBUILD_VERSION="3.2.0-alpha"
+MESON_WINBUILD_VERSION="3.2.0"
 MIN_WINVER=0x0603 # Windows 8.1. Qt6-client and Qt6-ruledit builds override this
 CROSSER_FEATURE_LEVEL=2.10
 
-- 
2.47.2

