Skip to content

Commit 03eeab4

Browse files
committed
Version 0.4.6.2
1 parent e6df484 commit 03eeab4

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
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.6.2 @ 2016-05-01
2+
兼容 Firefox 46。
3+
14
Fire-IE 0.4.6.1 @ 2016-02-09
25
修复 Windows XP/2003 上崩溃的问题。
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.6.2 @ May 1st, 2016
2+
Compatibility with Firefox 46.
3+
14
Fire-IE 0.4.6.1 @ February 9th, 2016
25
Fix crash on Windows XP/2003.
36

extension/install.rdf

Lines changed: 3 additions & 3 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.6.1</em:version>
8+
<em:version>0.4.6.2</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>
@@ -25,7 +25,7 @@
2525
<Description>
2626
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
2727
<em:minVersion>14.0</em:minVersion>
28-
<em:maxVersion>47.0a1</em:maxVersion>
28+
<em:maxVersion>49.0a1</em:maxVersion>
2929
</Description>
3030
</em:targetApplication>
3131

@@ -34,7 +34,7 @@
3434
<em:Description>
3535
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
3636
<em:minVersion>2.11</em:minVersion>
37-
<em:maxVersion>2.39</em:maxVersion>
37+
<em:maxVersion>2.40</em:maxVersion>
3838
</em:Description>
3939
</em:targetApplication>
4040

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,6,1
135-
PRODUCTVERSION 1,4,6,1
134+
FILEVERSION 1,4,6,2
135+
PRODUCTVERSION 1,4,6,2
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.6.1"
153+
VALUE "FileVersion", "1.4.6.2"
154154
VALUE "InternalName", "npfireie.dll"
155155
VALUE "LegalCopyright", "Copyright (C) 2012-2016 fireie.org"
156156
VALUE "MIMEType", "application/fireie"
157157
VALUE "OriginalFilename", "npfireie.dll"
158158
VALUE "ProductName", "Fire IE DLL"
159-
VALUE "ProductVersion", "1.4.6.1"
159+
VALUE "ProductVersion", "1.4.6.2"
160160
END
161161
END
162162
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)