Skip to content

Commit 00780a2

Browse files
committed
Correct version
1 parent 2e9415f commit 00780a2

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
@@ -23,8 +23,8 @@
2323
#include <stdbool.h>
2424
#include <stdint.h>
2525

26-
#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 4 // indicate some change on API or opcode
26+
#define COMPILER_VERSION_MAYOR 3 // indicate a really big change that can cause a lot of incompatibilities with previous versions
27+
#define COMPILER_VERSION_MINOR 0 // indicate some change on API or opcode
2828
#define COMPILER_VERSION_PATCH 0 // indicate some minor change or correction
2929

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

0 commit comments

Comments
 (0)