Skip to content

Commit

Permalink
New version 2.6.3
Browse files Browse the repository at this point in the history
potential crash fix
  • Loading branch information
Vortyne committed Dec 6, 2024
1 parent 19ffe8c commit 8232655
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
4 changes: 2 additions & 2 deletions version_number.asm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
db "2.6.2"
db "2.6.3"

; wGameInternalVersion values
const_def
const INTERNAL_VERSION_ORIGINAL_GAME ; also any versions prior to 2.6.0
const INTERNAL_VERSION_2_6_0 ; also 2.6.1
const INTERNAL_VERSION_2_6_2
const INTERNAL_VERSION_2_6_2 ; also 2.6.3

DEF CURRENT_INTERNAL_VERSION EQU INTERNAL_VERSION_2_6_2

0 comments on commit 8232655

Please sign in to comment.