mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-03-11 11:42:25 +00:00
Update version number to 2.13
This commit is contained in:
parent
3dc0eea0c6
commit
65f1577fec
3 changed files with 7 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
[Setup]
|
||||
AppName=Zone Builder
|
||||
AppVerName=Zone Builder v2.12
|
||||
VersionInfoVersion=2.12.0.2501
|
||||
AppVerName=Zone Builder v2.13
|
||||
VersionInfoVersion=2.13.0.2501
|
||||
AppPublisher=Sonic Team Junior
|
||||
AppPublisherURL=https://www.srb2.org/
|
||||
AppSupportURL=https://git.do.srb2.org/STJr/ZoneBuilder
|
||||
|
@ -27,7 +27,9 @@ MinVersion=0,6.1sp1
|
|||
UninstallDisplayIcon={app}\Builder.exe
|
||||
WizardImageFile=..\Setup\WizardLarge100.bmp,..\Setup\WizardLarge125.bmp,..\Setup\WizardLarge150.bmp,..\Setup\WizardLarge175.bmp,..\Setup\WizardLarge200.bmp,
|
||||
WizardSmallImageFile=..\Setup\WizardSmall100.bmp,..\Setup\WizardSmall125.bmp,..\Setup\WizardSmall150.bmp,..\Setup\WizardSmall175.bmp,..\Setup\WizardSmall200.bmp
|
||||
WizardImageStretch=false
|
||||
WizardImageStretch=false
|
||||
DisableDirPage=no
|
||||
AlwaysShowDirOnReadyPage=yes
|
||||
|
||||
[Languages]
|
||||
Name: english; MessagesFile: compiler:Default.isl
|
||||
|
|
|
@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.12.0.2501")]
|
||||
[assembly: AssemblyVersion("2.13.0.2501")]
|
|
@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.12.0.2501")]
|
||||
[assembly: AssemblyVersion("2.13.0.2501")]
|
Loading…
Reference in a new issue