Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d647f8

Browse filesBrowse files
committed
Preparations for upcoming major release
1 parent efbf7a0 commit 8d647f8
Copy full SHA for 8d647f8

7 files changed

+7-7Lines changed: 7 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎out/heidisql.iss‎

Copy file name to clipboardExpand all lines: out/heidisql.iss
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[Setup]
77
AppId=HeidiSQL
88
AppName=HeidiSQL
9-
AppVerName=HeidiSQL 4.0
10-
AppVersion=4.0
11-
VersionInfoVersion=4.0
9+
AppVerName=HeidiSQL 5.0 Beta
10+
AppVersion=5.0
11+
VersionInfoVersion=5.0
1212
AppPublisher=Ansgar Becker
1313
AppPublisherURL=http://www.heidisql.com/
1414
AppSupportURL=http://forum.heidisql.com/
@@ -22,7 +22,7 @@ WizardImageFile=.\..\res\installer-logo.bmp
2222
WizardImageBackColor=$ffffff
2323
WizardSmallImageFile=.\..\res\installer-small-logo.bmp
2424
OutputDir=.
25-
OutputBaseFilename=HeidiSQL_4.0_Setup
25+
OutputBaseFilename=HeidiSQL_5.0Beta_Setup
2626
UninstallDisplayIcon={app}\heidisql.exe
2727
SetupIconFile=.\..\res\mainicon.ico
2828
; uncomment the following line if you want your installation to run on NT 3.51 too.
Collapse file

‎out/license.txt‎

Copy file name to clipboardExpand all lines: out/license.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C)2000 - 2008 - Ansgar Becker
1+
Copyright (C)2000 - 2010 - Ansgar Becker
22

33
HeidiSQL is free. You don't have to pay for it, and you can use it any
44
way you want. It is developed as an Open Source project under the GNU
Collapse file

‎res/installer-logo.bmp‎

Copy file name to clipboard
0 Bytes
Binary file not shown.
Collapse file

‎res/installer-logo.pdn‎

Copy file name to clipboard
63.5 KB
Binary file not shown.
Collapse file

‎res/installer-small-logo.bmp‎

Copy file name to clipboard
0 Bytes
Binary file not shown.
Collapse file

‎res/logo_mysql.png‎

Copy file name to clipboard
4.12 KB
  • Display the source diff
  • Display the rich diff
Loading
Collapse file

‎res/version.rc‎

Copy file name to clipboardExpand all lines: res/version.rc
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
1 VERSIONINFO
2-
FILEVERSION 4,0,0,0
2+
FILEVERSION 5,0,0,0
33
FILEOS VOS__WINDOWS32
44
FILETYPE VFT_APP
55
BEGIN
@@ -17,4 +17,4 @@
1717
VALUE "Translation", 0x0409 0x04E4
1818
END
1919
END
20-
20+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.