Skip to content

Commit

Permalink
Fix version (1.0.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgjackson committed Feb 9, 2024
1 parent b7c3e54 commit a248c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toggle.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ MAINICON ICON "icon.ico"
#define STRINGIZE(x) STRINGIZE_HELPER(x)
#define VER_MAJOR 1
#define VER_MINOR 0
#define VER_BUILD 11 // Patch ('build' in MS version order)
#define VER_BUILD 10 // Patch ('build' in MS version order)
#define VER_REVISION 0 // Build ('revision' in MS version order)
#define VER_STRING STRINGIZE(VER_MAJOR) "." STRINGIZE(VER_MINOR) "." STRINGIZE(VER_BUILD) "." STRINGIZE(VER_REVISION)

Expand Down

0 comments on commit a248c5e

Please sign in to comment.