mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Preparations for upcoming major release
This commit is contained in:
@ -6,9 +6,9 @@
|
||||
[Setup]
|
||||
AppId=HeidiSQL
|
||||
AppName=HeidiSQL
|
||||
AppVerName=HeidiSQL 4.0
|
||||
AppVersion=4.0
|
||||
VersionInfoVersion=4.0
|
||||
AppVerName=HeidiSQL 5.0 Beta
|
||||
AppVersion=5.0
|
||||
VersionInfoVersion=5.0
|
||||
AppPublisher=Ansgar Becker
|
||||
AppPublisherURL=http://www.heidisql.com/
|
||||
AppSupportURL=http://forum.heidisql.com/
|
||||
@ -22,7 +22,7 @@ WizardImageFile=.\..\res\installer-logo.bmp
|
||||
WizardImageBackColor=$ffffff
|
||||
WizardSmallImageFile=.\..\res\installer-small-logo.bmp
|
||||
OutputDir=.
|
||||
OutputBaseFilename=HeidiSQL_4.0_Setup
|
||||
OutputBaseFilename=HeidiSQL_5.0Beta_Setup
|
||||
UninstallDisplayIcon={app}\heidisql.exe
|
||||
SetupIconFile=.\..\res\mainicon.ico
|
||||
; uncomment the following line if you want your installation to run on NT 3.51 too.
|
||||
|
@ -1,4 +1,4 @@
|
||||
Copyright (C)2000 - 2008 - Ansgar Becker
|
||||
Copyright (C)2000 - 2010 - Ansgar Becker
|
||||
|
||||
HeidiSQL is free. You don't have to pay for it, and you can use it any
|
||||
way you want. It is developed as an Open Source project under the GNU
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 150 KiB |
BIN
res/installer-logo.pdn
Normal file
BIN
res/installer-logo.pdn
Normal file
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
BIN
res/logo_mysql.png
Normal file
BIN
res/logo_mysql.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
@ -1,5 +1,5 @@
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 4,0,0,0
|
||||
FILEVERSION 5,0,0,0
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
BEGIN
|
||||
@ -17,4 +17,4 @@
|
||||
VALUE "Translation", 0x0409 0x04E4
|
||||
END
|
||||
END
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user