Skip to content

Commit ca59b29

Browse files
committed
Version 0.4.5.3
1 parent 24d0d3d commit ca59b29

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

ReleaseNotes_cn.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Fire-IE 0.4.5.3 @ 2015-10-25
2+
添加法语翻译。感谢 bb84000!
3+
14
Fire-IE 0.4.5.2 @ 2015-05-30
25
更新版本号以使得备份/恢复功能可以正常使用。
36

ReleaseNotes_en.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Fire-IE 0.4.5.3 @ October 25, 2015
2+
Add French locale by bb84000.
3+
14
Fire-IE 0.4.5.2 @ May 30, 2015
25
Updated version number to make backup/restore feature work correctly.
36

extension/install.rdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<em:id>fireie@fireie.org</em:id>
77
<em:name>Fire IE</em:name>
8-
<em:version>0.4.5.2</em:version>
8+
<em:version>0.4.5.3</em:version>
99
<em:description>Switch to IE engine in one click and give up your Internet Explorer.</em:description>
1010
<em:creator>Yuan Xulei</em:creator>
1111
<em:contributor>Wei Deng</em:contributor>
@@ -24,7 +24,7 @@
2424
<Description>
2525
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
2626
<em:minVersion>14.0</em:minVersion>
27-
<em:maxVersion>40.0a1</em:maxVersion>
27+
<em:maxVersion>44.0a1</em:maxVersion>
2828
</Description>
2929
</em:targetApplication>
3030

plugin/plugin.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
131131
//
132132

133133
VS_VERSION_INFO VERSIONINFO
134-
FILEVERSION 1,4,5,5
135-
PRODUCTVERSION 1,4,5,5
134+
FILEVERSION 1,4,5,6
135+
PRODUCTVERSION 1,4,5,6
136136
FILEFLAGSMASK 0x3fL
137137
#ifdef _DEBUG
138138
FILEFLAGS 0x1L
@@ -150,13 +150,13 @@ BEGIN
150150
VALUE "CompanyName", "fireie@fireie.org"
151151
VALUE "FileDescription", "Fire IE DLL"
152152
VALUE "FileExtents", "*"
153-
VALUE "FileVersion", "1.4.5.5"
153+
VALUE "FileVersion", "1.4.5.6"
154154
VALUE "InternalName", "npfireie.dll"
155155
VALUE "LegalCopyright", "Copyright (C) 2012-2015 fireie.org"
156156
VALUE "MIMEType", "application/fireie"
157157
VALUE "OriginalFilename", "npfireie.dll"
158158
VALUE "ProductName", "Fire IE DLL"
159-
VALUE "ProductVersion", "1.4.5.5"
159+
VALUE "ProductVersion", "1.4.5.6"
160160
END
161161
END
162162
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)