File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Section "OpenWithEx" OpenWithEx
100100 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
101101 " Publisher" " aubymori"
102102 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
103- " DisplayVersion" " 1.0.1 "
103+ " DisplayVersion" " 1.1.0 "
104104 WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
105105 " NoModify" 1
106106 WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
Original file line number Diff line number Diff line change 66#include "util.h"
77
88#define VER_MAJOR 1
9- #define VER_MINOR 0
10- #define VER_REVISION 1
11- #define VER_STRING "1.0.1 "
9+ #define VER_MINOR 1
10+ #define VER_REVISION 0
11+ #define VER_STRING "1.1.0 "
1212
1313extern HMODULE g_hInst ;
1414extern HMODULE g_hShell32 ;
You can’t perform that action at this time.
0 commit comments