File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Section "OpenWithEx" OpenWithEx
8888 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
8989 " Publisher" " aubymori"
9090 WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
91- " DisplayVersion" " 1.0.0 "
91+ " DisplayVersion" " 1.0.1 "
9292 WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
9393 " NoModify" 1
9494 WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
Original file line number Diff line number Diff line change 77
88#define VER_MAJOR 1
99#define VER_MINOR 0
10- #define VER_REVISION 0
11- #define VER_STRING "1.0.0 "
10+ #define VER_REVISION 1
11+ #define VER_STRING "1.0.1 "
1212
1313extern HMODULE g_hAppInstance ;
1414extern HMODULE g_hInst ;
You can’t perform that action at this time.
0 commit comments