Skip to content

Commit 0774256

Browse files
committed
Version 0.4.1b
1 parent 481b166 commit 0774256

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.1a</em:version>
8+
<em:version>0.4.1b</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: 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,1,0
135-
PRODUCTVERSION 1,4,1,0
134+
FILEVERSION 1,4,1,1
135+
PRODUCTVERSION 1,4,1,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.1.0"
153+
VALUE "FileVersion", "1.4.1.1"
154154
VALUE "InternalName", "npfireie.dll"
155155
VALUE "LegalCopyright", "Copyright (C) 2012-2014 fireie.org"
156156
VALUE "MIMEType", "application/fireie"
157157
VALUE "OriginalFilename", "npfireie.dll"
158158
VALUE "ProductName", "Fire IE DLL"
159-
VALUE "ProductVersion", "1.4.1.0"
159+
VALUE "ProductVersion", "1.4.1.1"
160160
END
161161
END
162162
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)