From 90b2645e612afa46f3c93a0f89bc33823ae4aac3 Mon Sep 17 00:00:00 2001 From: maron2000 <68574602+maron2000@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:39:01 +0900 Subject: [PATCH] Mention only 95 OSR2 and later versions are supported --- _includes/version.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/version.html b/_includes/version.html index 2083940629e..07d5ea91544 100644 --- a/_includes/version.html +++ b/_includes/version.html @@ -16,17 +16,17 @@
(Windows 9x/NT4 and later versions supported)
+(Windows 9x(95 OSR2)/NT4 and later versions supported)
32/64-bit Setup: {% include version_file.html version=version name="windows_setup_file" display_name="Win7+ " %} {% if version.windows_setup_file %}(Recommended){% endif %} | - {% include version_file.html version=version name="winXP_setup_file" display_name="ReactOS/XP+" %} + {% include version_file.html version=version name="winXP_setup_file" display_name="XP+" %}
32-bit Portable: - {% include version_file.html version=version name="win9x_file" display_name=" 9x/NT4+" %} + {% include version_file.html version=version name="win9x_file" display_name=" 9x(95 OSR2+)/NT4+" %}