Skip to content

Commit 95252ee

Browse files
committed
Change version
1 parent e126141 commit 95252ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/vm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typedef union {
3838

3939
#define VM_VERSION_MAYOR 2 // indicate a really big change that can cause a lot of incompatibilities with previous versions
4040
#define VM_VERSION_MINOR 2 // indicate some change on API or opcode
41-
#define VM_VERSION_PATCH 2 // indicate some minor change or correction
41+
#define VM_VERSION_PATCH 3 // indicate some minor change or correction
4242

4343
//////////////// VM CONFIGURATION ////////////////
4444

0 commit comments

Comments
 (0)