Skip to content

Commit

Permalink
[2.06fix] increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruin0x11 committed Aug 16, 2021
1 parent 524b314 commit 370a678
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 2.05-custom-gx/main.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
#func ImmSetOpenStatus "ImmSetOpenStatus" sptr, sptr
#cfunc ImmGetOpenStatus "ImmGetOpenStatus" sptr

#define global VARIANT_NAME "ElonaPlus Custom-GX 2.06.1.0"
#define global VARIANT_NAME "ElonaPlus Custom-GX 2.06fix.1.0"
#define global VARIANT_TITLE "Elona+ Custom-GX 2.06fix.1.0"
#define global VERSION_STRING "6.06"
#define global VERSION_NUMBER int(double(VERSION_STRING) * 1000)

Expand Down Expand Up @@ -168,7 +169,7 @@
randomize randseed
exrand_randomize randseed

title "Elona+ Custom-GX 2.06.1.0"
title VARIANT_TITLE

goto *system_init

Expand Down

0 comments on commit 370a678

Please sign in to comment.