mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Added disassembler, thanks @hiperiondev, bumped minor version
This commit is contained in:
@@ -54,7 +54,7 @@ The current minor version of Toy. This value is embedded into the bytecode, and
|
||||
This value MUST fit into an unsigned char.
|
||||
!*/
|
||||
|
||||
#define TOY_VERSION_MINOR 2
|
||||
#define TOY_VERSION_MINOR 3
|
||||
|
||||
/*!
|
||||
### TOY_VERSION_PATCH
|
||||
@@ -64,7 +64,7 @@ The current patch version of Toy. This value is embedded into the bytecode.
|
||||
This value MUST fit into an unsigned char.
|
||||
!*/
|
||||
|
||||
#define TOY_VERSION_PATCH 2
|
||||
#define TOY_VERSION_PATCH 0
|
||||
|
||||
/*!
|
||||
### TOY_VERSION_BUILD
|
||||
|
||||
Reference in New Issue
Block a user