3.10.1
Build 1
Beginning with this release compiler version will include a build number instead of a date, so "1" in "3.10.1" means "build 1". It will be incremented with each release.
Changes since previous release:
- Fixed a bug where passing a global variable to a function before the function is defined caused the variable to be removed from the AMX file as unused (#131)
- Added -R option that turns on recursion detection and report (#121)
- Added support for negative and floating-point numbers in
#emit
(#128, #133) - Added
__PawnBuild
constant that is set to the current compiler build number (#132)