Skip to content

Commit

Permalink
Fix the library version on the windows installer
Browse files Browse the repository at this point in the history
The version was updated to 11:0:1, but it turns out the version on the
file here would be "11-1".

Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Sep 7, 2024
1 parent e4dbb96 commit ebb2c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gensio.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "Gensio"
#define MyAppVersion "2.8.7"
#define MyAppLibVersion "11"
#define MyAppLibVersion "10"
#define MyAppPublisher "Gensio"
#define MyAppURL "https://github.com/cminyard/gensio"
#define InstallDir "c:/msys64/home/cminyard/install/Gensio"
Expand Down

0 comments on commit ebb2c4b

Please sign in to comment.