Skip to content

Commit d33e2d7

Browse files
authored
Update version to 1.3.5.0
1 parent b4db1fe commit d33e2d7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

WinSplitPlusIJ/Version.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
#define PROD_NAME "WinSplitPlusIJ (32-bit)"
99
#endif
1010

11-
#define VER_FILEVERSION 1,3,3,0
12-
#define VER_FILEVERSION_STR "1.3.3.0\0"
11+
#define VER_FILEVERSION 1,3,5,0
12+
#define VER_FILEVERSION_STR "1.3.5.0\0"
1313

14-
#define VER_PRODUCTVERSION 1,3,3,0
15-
#define VER_PRODUCTVERSION_STR "1.3.3.0\0"
14+
#define VER_PRODUCTVERSION 1,3,5,0
15+
#define VER_PRODUCTVERSION_STR "1.3.5.0\0"
1616

1717
VS_VERSION_INFO VERSIONINFO
1818
FILEVERSION VER_FILEVERSION
@@ -47,4 +47,4 @@ BEGIN
4747
// 0x409 = U.S. English, 1200 = Unicode
4848
VALUE "Translation", 0x409, 1200
4949
END
50-
END
50+
END

0 commit comments

Comments
 (0)