We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7397a4 commit f19798cCopy full SHA for f19798c
1 file changed
vm/vm.h
@@ -24,8 +24,8 @@
24
#include <stdint.h>
25
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 3 // indicate some change on API or opcode
28
-#define COMPILER_VERSION_PATCH 2 // indicate some minor change or correction
+#define COMPILER_VERSION_MINOR 4 // indicate some change on API or opcode
+#define COMPILER_VERSION_PATCH 0 // indicate some minor change or correction
29
30
//////////////// VM CONFIGURATION ////////////////
31
0 commit comments