Skip to content

Commit c571398

Browse files
committed
Bump version number
1 parent cf30e85 commit c571398

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/win32/AutoVersion.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#define __AUTO_VERSION_HEADER
33

44
#define VERSION_MAJOR_RELEASE 0
5-
#define VERSION_MINOR_RELEASE 3
5+
#define VERSION_MINOR_RELEASE 4
66
#define VERSION_EXTERNAL_BUILD 0
77
#define VERSION_INTERNAL_BUILD 0
88

9-
#define VERSION_STRING "0, 3, 0, 0"
10-
#define VERSION_STRING_DOTTED "0.3.0.0"
9+
#define VERSION_STRING "0, 4, 0, 0"
10+
#define VERSION_STRING_DOTTED "0.4.0.0"
1111

1212
#endif // __AUTO_VERSION_HEADER

0 commit comments

Comments
 (0)