From 4d6e92940410cfab3c9a27a6eda4aa8553dc3a67 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 4 Jul 2013 10:52:26 -0700 Subject: [PATCH] Bump version number to 3.0.4 --- aegisub/packages/win_installer/fragment_setupbase.iss | 2 +- .../packages/win_installer/portable/create-portable-64.bat | 4 ++-- aegisub/packages/win_installer/portable/create-portable.bat | 4 ++-- aegisub/packages/win_installer/portable/portable-comment.txt | 4 ++-- aegisub/src/config/config_windows0.h | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/aegisub/packages/win_installer/fragment_setupbase.iss b/aegisub/packages/win_installer/fragment_setupbase.iss index f80b2e157..c06849a10 100644 --- a/aegisub/packages/win_installer/fragment_setupbase.iss +++ b/aegisub/packages/win_installer/fragment_setupbase.iss @@ -32,7 +32,7 @@ ; Contact: mailto:nielsm@indvikleren.dk ; -#define VERSION "3.0.3" +#define VERSION "3.0.4" [Setup] AppName=Aegisub diff --git a/aegisub/packages/win_installer/portable/create-portable-64.bat b/aegisub/packages/win_installer/portable/create-portable-64.bat index 82439e2f5..6d739c683 100644 --- a/aegisub/packages/win_installer/portable/create-portable-64.bat +++ b/aegisub/packages/win_installer/portable/create-portable-64.bat @@ -15,8 +15,8 @@ xcopy ..\src\x64\Microsoft.VC90.CRT\* aegisub-portable\Microsoft.VC90.CRT\ > NUL xcopy config.json aegisub-portable\ > NUL echo Creating SFX -del ..\output\aegisub-3.0.2-portable-64.exe -WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp -iiconicon.ico ..\output\aegisub-3.0.2-portable-64.exe aegisub-portable\ +del ..\output\aegisub-3.0.4-portable-64.exe +WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp -iiconicon.ico ..\output\aegisub-3.0.4-portable-64.exe aegisub-portable\ echo Removing temp dir rmdir /S /Q aegisub-portable > NUL diff --git a/aegisub/packages/win_installer/portable/create-portable.bat b/aegisub/packages/win_installer/portable/create-portable.bat index 38a523aba..cc1d7f7ad 100644 --- a/aegisub/packages/win_installer/portable/create-portable.bat +++ b/aegisub/packages/win_installer/portable/create-portable.bat @@ -19,8 +19,8 @@ xcopy ..\src\x86\Microsoft.VC90.CRT\* aegisub-portable\Microsoft.VC90.CRT\ > NUL xcopy config.json aegisub-portable\ > NUL echo Creating SFX -del ..\output\aegisub-3.0.2-portable.exe -WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp -iiconicon.ico ..\output\aegisub-3.0.2-portable.exe aegisub-portable\ +del ..\output\aegisub-3.0.4-portable.exe +WinRAR a -sfx -s -m5 -ep1 -r -zportable-comment.txt -iimgside-logo.bmp -iiconicon.ico ..\output\aegisub-3.0.4-portable.exe aegisub-portable\ echo Removing temp dir rmdir /S /Q aegisub-portable > NUL diff --git a/aegisub/packages/win_installer/portable/portable-comment.txt b/aegisub/packages/win_installer/portable/portable-comment.txt index 88df939ff..2c56ef594 100644 --- a/aegisub/packages/win_installer/portable/portable-comment.txt +++ b/aegisub/packages/win_installer/portable/portable-comment.txt @@ -1,8 +1,8 @@ Path=.\Aegisub portable -Title=Aegisub 3.0.2 Portable +Title=Aegisub 3.0.4 Portable Text { -

Aegisub 3.0.2 Portable

+

Aegisub 3.0.4 Portable

This archive contains a "portable" version of Aegisub, suitable for running from USB pen drives or on machines which you cannot install software on. To reduce the size several diff --git a/aegisub/src/config/config_windows0.h b/aegisub/src/config/config_windows0.h index 1abdd4a70..cad0b728c 100644 --- a/aegisub/src/config/config_windows0.h +++ b/aegisub/src/config/config_windows0.h @@ -124,7 +124,7 @@ // Where the update checker should look for updates #define UPDATE_CHECKER_SERVER "updates.aegisub.org" -#define UPDATE_CHECKER_BASE_URL "/3.0.3" +#define UPDATE_CHECKER_BASE_URL "/3.0.4" ///////////// NOT RECOMMENDED /////////////