Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiperiondev committed May 13, 2024
1 parent c2fe2b0 commit 95f375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/vm.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

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

//////////////// VM CONFIGURATION ////////////////

Expand Down

0 comments on commit 95f375d

Please sign in to comment.