mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Update hard-coded version strings to 1.5.6
This commit is contained in:
parent
9dbd5fd9e6
commit
f79b14908b
@ -247,7 +247,7 @@ for %%v in ( fbudf.sql fbudf.txt ) do (
|
|||||||
@if %ERRORLEVEL% GEQ 1 ( (call :ERROR Copying doc\sql.extensions failed ) & (goto :EOF))
|
@if %ERRORLEVEL% GEQ 1 ( (call :ERROR Copying doc\sql.extensions failed ) & (goto :EOF))
|
||||||
|
|
||||||
@echo Copying pdf docs...
|
@echo Copying pdf docs...
|
||||||
@for %%v in (Firebird-1.5-QuickStart.pdf Firebird_v1.5.5.ReleaseNotes.pdf ) do (
|
@for %%v in (Firebird-1.5-QuickStart.pdf Firebird_v1.5.6.ReleaseNotes.pdf ) do (
|
||||||
@echo ... %%v
|
@echo ... %%v
|
||||||
(@copy /Y %FB_EXTERNAL_DOCS%\%%v %FBBUILD_OUTPUT%\doc\%%v > nul) || (call :WARNING Copying %FB_EXTERNAL_DOCS%\%%v failed.)
|
(@copy /Y %FB_EXTERNAL_DOCS%\%%v %FBBUILD_OUTPUT%\doc\%%v > nul) || (call :WARNING Copying %FB_EXTERNAL_DOCS%\%%v failed.)
|
||||||
)
|
)
|
||||||
|
@ -116,7 +116,7 @@ AppName={cm:MyAppName}
|
|||||||
;The following is important - all ISS install packages should
|
;The following is important - all ISS install packages should
|
||||||
;duplicate this for v1.5. See the InnoSetup help for details.
|
;duplicate this for v1.5. See the InnoSetup help for details.
|
||||||
AppID=FBDBServer_{#BaseVer}
|
AppID=FBDBServer_{#BaseVer}
|
||||||
AppVerName=Firebird 1.5.5
|
AppVerName=Firebird 1.5.6
|
||||||
AppPublisher=Firebird Project
|
AppPublisher=Firebird Project
|
||||||
AppPublisherURL={#FirebirdURL}
|
AppPublisherURL={#FirebirdURL}
|
||||||
AppSupportURL={#FirebirdURL}
|
AppSupportURL={#FirebirdURL}
|
||||||
@ -266,12 +266,12 @@ Name: {group}\Firebird Server; Filename: {app}\bin\fbserver.exe; Parameters: -a;
|
|||||||
Name: {group}\Firebird Guardian; Filename: {app}\bin\fbguard.exe; Parameters: -a; Flags: runminimized; MinVersion: 4.0,4.0; Check: InstallGuardianIcon; IconIndex: 1; Components: ServerComponent\SuperServerComponent; Comment: {cm:RunSSWithGuardian}
|
Name: {group}\Firebird Guardian; Filename: {app}\bin\fbguard.exe; Parameters: -a; Flags: runminimized; MinVersion: 4.0,4.0; Check: InstallGuardianIcon; IconIndex: 1; Components: ServerComponent\SuperServerComponent; Comment: {cm:RunSSWithGuardian}
|
||||||
Name: {group}\Firebird ISQL Tool; Filename: {app}\bin\isql.exe; WorkingDir: {app}; MinVersion: 4.0,4.0; Comment: {cm:RunISQL}
|
Name: {group}\Firebird ISQL Tool; Filename: {app}\bin\isql.exe; WorkingDir: {app}; MinVersion: 4.0,4.0; Comment: {cm:RunISQL}
|
||||||
#define App_Name = SetupSetting("AppName")
|
#define App_Name = SetupSetting("AppName")
|
||||||
Name: {group}\Firebird 1.5.5 Release Notes; Filename: {app}\doc\Firebird_v1.5.5.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Components: DevAdminComponent; Comment: {#App_Name}.4 {cm:ReleaseNotes}
|
Name: {group}\Firebird 1.5.6 Release Notes; Filename: {app}\doc\Firebird_v1.5.6.ReleaseNotes.pdf; MinVersion: 4.0,4.0; Components: DevAdminComponent; Comment: {#App_Name}.4 {cm:ReleaseNotes}
|
||||||
Name: {group}\Firebird 1.5 Quick Start Guide; Filename: {app}\doc\Firebird-1.5-QuickStart.pdf; MinVersion: 4.0,4.0; Components: DevAdminComponent; Comment: {#App_Name} Quick Start Guide (in English)
|
Name: {group}\Firebird 1.5 Quick Start Guide; Filename: {app}\doc\Firebird-1.5-QuickStart.pdf; MinVersion: 4.0,4.0; Components: DevAdminComponent; Comment: {#App_Name} Quick Start Guide (in English)
|
||||||
Name: "{group}\After Installation"; Filename: "{app}\doc\After_Installation.url"; Comment: "New User? Here's a quick guide to what you should do next."
|
Name: "{group}\After Installation"; Filename: "{app}\doc\After_Installation.url"; Comment: "New User? Here's a quick guide to what you should do next."
|
||||||
Name: "{group}\Firebird Web-site"; Filename: "{app}\doc\firebirdsql.org.url"
|
Name: "{group}\Firebird Web-site"; Filename: "{app}\doc\firebirdsql.org.url"
|
||||||
;Always install the original english version of the readme
|
;Always install the original english version of the readme
|
||||||
Name: {group}\Firebird 1.5.5 Readme; Filename: {app}\readme.txt; MinVersion: 4.0,4.0; Components: DevAdminComponent;
|
Name: {group}\Firebird 1.5.6 Readme; Filename: {app}\readme.txt; MinVersion: 4.0,4.0; Components: DevAdminComponent;
|
||||||
#ifdef i18n
|
#ifdef i18n
|
||||||
;And install translated readme.txt if non-default language is chosen.
|
;And install translated readme.txt if non-default language is chosen.
|
||||||
Name: {group}\{cm:IconReadme}; Filename: {app}\{cm:ReadMeFile}; MinVersion: 4.0,4.0; Components: DevAdminComponent; Check: NonDefaultLanguage;
|
Name: {group}\{cm:IconReadme}; Filename: {app}\{cm:ReadMeFile}; MinVersion: 4.0,4.0; Components: DevAdminComponent; Check: NonDefaultLanguage;
|
||||||
|
Loading…
Reference in New Issue
Block a user