This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
@@ -0,0 +1,14 @@
#ifndef __VERSION_INFO_H__
#define REVISION 1034
#define FILEVER 3,4,0,REVISION
#define PRODUCTVER 3,4,0,REVISION
#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
#define STRFILEVER "3.4.0." STR(REVISION)
#define STRPRODUCTVER "3.4.0." STR(REVISION)
#endif //__VERSION_INFO_H__