X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=cea4c3b08a84df4bf853655043f63c727825ed8a;hb=1ec2fa12febda578f66e0813b1c10afab1bab0bf;hp=0fc74cb2264f1ae2636e59d7eff73066fc899e9c;hpb=eff5510ff8a7afc155b0cc1b1383583354c820aa;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 0fc74cb2..cea4c3b0 100644 --- a/src/main.h +++ b/src/main.h @@ -2611,8 +2611,8 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 3 -#define PROGRAM_VERSION_MINOR 3 -#define PROGRAM_VERSION_PATCH 1 +#define PROGRAM_VERSION_MINOR 4 +#define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -2750,6 +2750,7 @@ struct MenuMainButtonInfo struct MenuPosInfo insert_solution; struct MenuPosInfo play_solution; + struct MenuPosInfo levelset_info; struct MenuPosInfo switch_ecs_aga; };