From 9a0ecb9877b7c3e16958298f443bd85e44e9e30e Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Fri, 3 Jan 2014 07:20:00 -0800
Subject: [PATCH] Remove -beta from the version in the installer

---
 aegisub/packages/win_installer/fragment_setupbase.iss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aegisub/packages/win_installer/fragment_setupbase.iss b/aegisub/packages/win_installer/fragment_setupbase.iss
index 3ae016286..2f1115f22 100644
--- a/aegisub/packages/win_installer/fragment_setupbase.iss
+++ b/aegisub/packages/win_installer/fragment_setupbase.iss
@@ -70,7 +70,7 @@ Name: english; MessagesFile: compiler:Default.isl
 
 [Messages]
 ; Replacement for License page, no need to bother the user with legal mumbo-jumbo
-WelcomeLabel2=This will install Aegisub {#VERSION}-beta on your computer.%n%nAegisub is covered by the GNU General Public License version 2. This means you may use the application for any purpose without charge, but that no warranties of any kind are given either.%n%nSee the Aegisub website for information on obtaining the source code.
+WelcomeLabel2=This will install Aegisub {#VERSION} on your computer.%n%nAegisub is covered by the GNU General Public License version 2. This means you may use the application for any purpose without charge, but that no warranties of any kind are given either.%n%nSee the Aegisub website for information on obtaining the source code.
 
 [Files]
 ; small bitmaps (used by beautify code)
-- 
GitLab