Skip to content

Commit f2a5ed9

Browse files
committed
Change version
1 parent 3babfe9 commit f2a5ed9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vm/vm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#include <stdint.h>
2525

2626
#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 2 // indicate some change on API or opcode
28-
#define VM_VERSION_PATCH 3 // indicate some minor change or correction
27+
#define VM_VERSION_MINOR 3 // indicate some change on API or opcode
28+
#define VM_VERSION_PATCH 0 // indicate some minor change or correction
2929

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

0 commit comments

Comments
 (0)