Further version changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-12-05 12:14:53 +00:00
parent 5db9e0e80d
commit 42280e48f2
10 changed files with 33 additions and 32 deletions

View File

@@ -4,13 +4,13 @@
[Setup]
MinVersion=4.0,4.0
AppName=wxWindows 2.3.4
AppName=wxWindows 2.5.0
AppId=wxWindows
CreateUninstallRegKey=1
UsePreviousAppDir=0
UsePreviousGroup=0
AppVersion=2.3.4
AppVerName=wxWindows 2.3.4
AppVersion=2.5.0
AppVerName=wxWindows 2.5.0
AppCopyright=Copyright <20> The wxWindows Team
BackColor=$FF0000
BackColor2=$000000
@@ -19,7 +19,7 @@
WindowStartMaximized=1
WindowVisible=1
WindowResizable=1
UninstallDisplayName=wxWindows 2.3.4
UninstallDisplayName=wxWindows 2.5.0
UninstallLogMode=Append
DirExistsWarning=auto
UninstallFilesDir={app}
@@ -28,10 +28,10 @@
CreateAppDir=1
DisableProgramGroupPage=0
AlwaysCreateUninstallIcon=1
UninstallIconName=Uninstall wxWindows 2.3.4
UninstallIconName=Uninstall wxWindows 2.5.0
Uninstallable=1
DefaultDirName=c:\wxWindows_2.3.4
DefaultGroupName=wxWindows 2.3.4
DefaultDirName=c:\wxWindows_2.5.0
DefaultGroupName=wxWindows 2.5.0
LicenseFile=C:\wx24\wxWindows\docs\licence.txt
InfoBeforeFile=C:\wx24\wxWindows\docs\readme.txt
InfoAfterFile=C:\wx24\wxWindows\docs\msw\install.txt
@@ -41,6 +41,6 @@
DiskClusterSize=512
ReserveBytes=0
UseSetupLdr=1
SourceDir=c:\wx24\wxWindows\deliver\wxWindows-2.3.4
SourceDir=c:\wx24\wxWindows\deliver\wxWindows-2.5.0
OutputDir=c:\wx24\wxWindows\deliver

View File

@@ -7,7 +7,7 @@ set webfiles=c:\wx2dev\wxWebSite
set inno=1
Rem Set this to the required version
set version=2.3.4
set version=2.5.0
if "%src" == "" goto usage
if "%dest" == "" goto usage