We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fe2b0 commit 95f375dCopy full SHA for 95f375d
vm/vm.h
@@ -25,7 +25,7 @@
25
26
#define VM_VERSION_MAYOR 2 // indicate a really big change that can cause a lot of incompatibilities with previous versions
27
#define VM_VERSION_MINOR 3 // indicate some change on API or opcode
28
-#define VM_VERSION_PATCH 1 // indicate some minor change or correction
+#define VM_VERSION_PATCH 2 // indicate some minor change or correction
29
30
//////////////// VM CONFIGURATION ////////////////
31
0 commit comments