Edits to sslc document

Updated version number.
This commit is contained in:
NovaRain
2026-05-23 20:42:16 +08:00
parent 331adfb682
commit d55be0b166
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -350,8 +350,9 @@ There are several changes in this version of sslc which may result in problems f
### Changelog
**sfall 4.4.10:**
**sfall 4.5:**
- added `#pragma sce` directive
- added support for nested array expressions
**sfall 4.4.7:**
- fixed leftover stack data caused by the `break` statement
+3 -3
View File
@@ -5,11 +5,11 @@
#pragma once
#define VERSION_MAJOR 4
#define VERSION_MINOR 4
#define VERSION_BUILD 10
#define VERSION_MINOR 5
#define VERSION_BUILD 0
#define VERSION_REV 0
#define VERSION_STRING "4.4.10"
#define VERSION_STRING "4.5"
#ifdef BUILDING_DLL
#define FILE_STRING "parser.dll"