Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit 36f68d9

Browse files
committed
Version bump to 0.7c
1 parent 15ef546 commit 36f68d9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/version_defines.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#pragma once
22

3-
#define VER_CODE 37
4-
#define VER_STR "0.7b"
5-
#define VER_FILEVERSION 0,7,2,0
6-
#define VER_FILEVERSION_STR "0.7.2.0"
3+
#define VER_CODE 38
4+
#define VER_STR "0.7c"
5+
#define VER_FILEVERSION 0,7,3,0
6+
#define VER_FILEVERSION_STR "0.7.3.0"
77

88
#define VER_PRODUCTVERSION VER_FILEVERSION
99
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR

0 commit comments

Comments
 (0)