File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33
44#define MyAppName " FortniteOverlay"
5- #define MyAppVersion " v1.7.11 "
5+ #define MyAppVersion " v1.7.12 "
66#define MyAppPublisher " slinkstr"
77#define MyAppURL " https://github.com/slinkstr/FortniteOverlay"
88#define MyAppExeName " FortniteOverlay.exe"
Original file line number Diff line number Diff line change 3333// You can specify all the values or you can default the Build and Revision Numbers
3434// by using the '*' as shown below:
3535// [assembly: AssemblyVersion("1.0.*")]
36- [ assembly: AssemblyVersion ( "1.7.11 " ) ]
37- [ assembly: AssemblyFileVersion ( "1.7.11 " ) ]
36+ [ assembly: AssemblyVersion ( "1.7.12 " ) ]
37+ [ assembly: AssemblyFileVersion ( "1.7.12 " ) ]
3838[ assembly: NeutralResourcesLanguage ( "en" ) ]
You can’t perform that action at this time.
0 commit comments