We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e126141 commit 95252eeCopy full SHA for 95252ee
vm/vm.h
@@ -38,7 +38,7 @@ typedef union {
38
39
#define VM_VERSION_MAYOR 2 // indicate a really big change that can cause a lot of incompatibilities with previous versions
40
#define VM_VERSION_MINOR 2 // indicate some change on API or opcode
41
-#define VM_VERSION_PATCH 2 // indicate some minor change or correction
+#define VM_VERSION_PATCH 3 // indicate some minor change or correction
42
43
//////////////// VM CONFIGURATION ////////////////
44
0 commit comments