Skip to content

Commit 95f375d

Browse files
committed
Change version
1 parent c2fe2b0 commit 95f375d

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
@@ -25,7 +25,7 @@
2525

2626
#define VM_VERSION_MAYOR 2 // indicate a really big change that can cause a lot of incompatibilities with previous versions
2727
#define VM_VERSION_MINOR 3 // indicate some change on API or opcode
28-
#define VM_VERSION_PATCH 1 // indicate some minor change or correction
28+
#define VM_VERSION_PATCH 2 // indicate some minor change or correction
2929

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

0 commit comments

Comments
 (0)