Bump version number to 3.0.4

This commit is contained in:
Thomas Goyne 2013-07-04 10:52:26 -07:00
parent 43e049c4c6
commit 4d6e929404
5 changed files with 8 additions and 8 deletions

View File

@ -32,7 +32,7 @@
; Contact: mailto:nielsm@indvikleren.dk
;
#define VERSION "3.0.3"
#define VERSION "3.0.4"
[Setup]
AppName=Aegisub

View File

@ -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

View File

@ -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

View File

@ -1,8 +1,8 @@
Path=.\Aegisub portable
Title=Aegisub 3.0.2 Portable
Title=Aegisub 3.0.4 Portable
Text
{
<h1 style="font-family: Tahoma; font-size: 20px; text-align: center;">Aegisub 3.0.2 Portable</h1>
<h1 style="font-family: Tahoma; font-size: 20px; text-align: center;">Aegisub 3.0.4 Portable</h1>
<p style="font-family: Tahoma; font-size: 12px;">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

View File

@ -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 /////////////