X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=e062ed9fd2d0bd8837e4e7ef5962788108d3605a;hb=872bf6f5c248a7310a2e1117a2493a14cf7d31ef;hp=45ef029e5a22249139c22fabc26b0b1ae2c57dcc;hpb=32a711beca2fd85dbbeeac9648829718b74da8d8;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 45ef029e..e062ed9f 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 0 +#define PROGRAM_VERSION_MINOR 4 +#define PROGRAM_VERSION_PATCH 1 #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; };