Skip to content

Commit c732333

Browse files
committed
Update minor version
1 parent 14c6578 commit c732333

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

VLR.Fixes/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#define STR(x) STR_HELPER(x)
1818

1919
#define VERSION_MAJOR 1
20-
#define VERSION_MINOR 0
20+
#define VERSION_MINOR 1
2121
#define VERSION_REVISION 0
22-
#define VERSION_BUILD 1
22+
#define VERSION_BUILD 0
2323

2424
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
2525
#define VER_FILE_VERSION_STR STR(VERSION_MAJOR) \

0 commit comments

Comments
 (0)