Files
sslc/resource.h
T
NovaRain 7d5d93aa57 Added new opcodes sfall_func7 and sfall_func8
Added skipping UTF-8 BOM in the script.
2020-12-22 16:56:05 +08:00

19 lines
331 B
C

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by sslc.rc
#pragma once
#define VERSION_MAJOR 4
#define VERSION_MINOR 2
#define VERSION_BUILD 9
#define VERSION_REV 0
#define VERSION_STRING "4.2.9"
#ifdef BUILDING_DLL
#define FILE_STRING "parser.dll"
#else
#define FILE_STRING "compile.exe"
#endif