Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
hiperiondev committed May 5, 2024
1 parent 291c768 commit 0631f75
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 2 // indicate some change on API or opcode
#define VM_VERSION_PATCH 0 // indicate some minor change or correction
#define VM_VERSION_PATCH 1 // indicate some minor change or correction

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

Expand Down

0 comments on commit 0631f75

Please sign in to comment.