mirror of
https://github.com/sfall-team/sslc.git
synced 2026-07-27 16:52:49 -07:00
Edits to sslc document
Updated version number.
This commit is contained in:
+2
-1
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user