File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Section "OpenWithEx" OpenWithEx
100
100
WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
101
101
" Publisher" " aubymori"
102
102
WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
103
- " DisplayVersion" " 1.0.1 "
103
+ " DisplayVersion" " 1.1.0 "
104
104
WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
105
105
" NoModify" 1
106
106
WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
Original file line number Diff line number Diff line change 6
6
#include "util.h"
7
7
8
8
#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 "
12
12
13
13
extern HMODULE g_hInst ;
14
14
extern HMODULE g_hShell32 ;
You can’t perform that action at this time.
0 commit comments