Skip to content

Commit f19798c

Browse files
committed
Update version
1 parent c7397a4 commit f19798c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vm/vm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#include <stdint.h>
2525

2626
#define COMPILER_VERSION_MAYOR 2 // indicate a really big change that can cause a lot of incompatibilities with previous versions
27-
#define COMPILER_VERSION_MINOR 3 // indicate some change on API or opcode
28-
#define COMPILER_VERSION_PATCH 2 // indicate some minor change or correction
27+
#define COMPILER_VERSION_MINOR 4 // indicate some change on API or opcode
28+
#define COMPILER_VERSION_PATCH 0 // indicate some minor change or correction
2929

3030
//////////////// VM CONFIGURATION ////////////////
3131

0 commit comments

Comments
 (0)