X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=c5c52ded9e4393e0345be4f464330821e02940de;hb=8690e55ceeb74b13d867e3cdfb9ee991b58b297a;hp=a8621252fee2dd36190e4a892ac858c0af4ff63d;hpb=4d8af3e344862f5edcd9c53120b6bb8d175317ba;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index a8621252..c5c52ded 100644 --- a/src/main.h +++ b/src/main.h @@ -2598,8 +2598,8 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 3 -#define PROGRAM_VERSION_MINOR 1 -#define PROGRAM_VERSION_PATCH 1 +#define PROGRAM_VERSION_MINOR 2 +#define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -3084,6 +3084,7 @@ struct ScoreInfo int num_entries; int last_added; int last_added_local; + int last_level_nr; boolean updated; boolean uploaded;