Skip to content

Commit 8fbedd5

Browse files
committed
Fix version info
1 parent 56b1da6 commit 8fbedd5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Legacy-v2.1/Src/WebEditUVer.ob2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MODULE WebEditUVer;
22

33
CONST
4-
String* = '2.8.2.1';
4+
String* = '2.8.2.2';
55

66
END WebEditUVer.

Legacy-v2.1/Src/WebEditUVer.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MAINICON ICON "..\..\Logo.ico"
2-
#define WEBEDIT_VERSION_STRING "2.8.2.1\000"
3-
#define WEBEDIT_VERSION_WORDS 2,8,2,1
2+
#define WEBEDIT_VERSION_STRING "2.8.2.2\000"
3+
#define WEBEDIT_VERSION_WORDS 2,8,2,2
44

55
1 VERSIONINFO
66
FILEVERSION WEBEDIT_VERSION_WORDS
@@ -18,7 +18,7 @@ BLOCK "StringFileInfo"
1818
VALUE "LegalCopyright", "� 2008 - 2010 by Alexander Iljin\000"
1919
VALUE "FileDescription", "WebEdit plugin for Notepad++ (Unicode).\000"
2020
VALUE "FileVersion", WEBEDIT_VERSION_STRING
21-
VALUE "ProductVersion", "2.8.2.1\000"
21+
VALUE "ProductVersion", "2.8.2.2\000"
2222
VALUE "ProductName", "WebEdit\000"
2323
VALUE "InternalName", "WebEdit\000"
2424
VALUE "OriginalFilename", "WebEditU.dll\000"

WebEdit/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
// You can specify all the values or you can default the Build and Revision Numbers
2828
// by using the '*' as shown below:
2929
// [assembly: AssemblyVersion("1.0.*")]
30-
[assembly: AssemblyVersion("2.8.2.1")]
31-
[assembly: AssemblyFileVersion("2.8.2.1")]
32-
[assembly: AssemblyInformationalVersion("2.8.2.1")]
30+
[assembly: AssemblyVersion("2.8.2.2")]
31+
[assembly: AssemblyFileVersion("2.8.2.2")]
32+
[assembly: AssemblyInformationalVersion("2.8.2.2")]

0 commit comments

Comments
 (0)