Skip to content

Commit 261ac57

Browse files
committed
Version 0.4.6.1
1 parent 87dfaef commit 261ac57

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
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.1 @ 2016-02-09
2+
修复 Windows XP/2003 上崩溃的问题。
3+
14
Fire-IE 0.4.6 @ 2016-01-29
25
功能改进:
36
* 支持 SeaMonkey。

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.1 @ February 9th, 2016
2+
Fix crash on Windows XP/2003.
3+
14
Fire-IE 0.4.6 @ January 29th, 2016
25
Enhancements:
36
* Added SeaMonkey support.

extension/install.rdf

Lines changed: 1 addition & 1 deletion
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</em:version>
8+
<em:version>0.4.6.1</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>

plugin/plugin.rc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#undef APSTUDIO_READONLY_SYMBOLS
1717

1818
/////////////////////////////////////////////////////////////////////////////
19-
// ����(���壬�й�) resources
19+
// Chinese (Simplified, PRC) resources
2020

2121
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
2222
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
@@ -114,12 +114,12 @@ BEGIN
114114
0
115115
END
116116

117-
#endif // ����(���壬�й�) resources
117+
#endif // Chinese (Simplified, PRC) resources
118118
/////////////////////////////////////////////////////////////////////////////
119119

120120

121121
/////////////////////////////////////////////////////////////////////////////
122-
// Ӣ��(����) resources
122+
// English (United States) resources
123123

124124
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
125125
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
@@ -131,8 +131,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
131131
//
132132

133133
VS_VERSION_INFO VERSIONINFO
134-
FILEVERSION 1,4,6,0
135-
PRODUCTVERSION 1,4,6,0
134+
FILEVERSION 1,4,6,1
135+
PRODUCTVERSION 1,4,6,1
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.0"
153+
VALUE "FileVersion", "1.4.6.1"
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.0"
159+
VALUE "ProductVersion", "1.4.6.1"
160160
END
161161
END
162162
BLOCK "VarFileInfo"
@@ -165,7 +165,7 @@ BEGIN
165165
END
166166
END
167167

168-
#endif // Ӣ��(����) resources
168+
#endif // English (United States) resources
169169
/////////////////////////////////////////////////////////////////////////////
170170

171171

0 commit comments

Comments
 (0)