X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=dc4ea9ace501012d47b92aaf669ec47fa15ee25c;hb=ea775c254b0a6270540af38a6288094e3a0b1944;hp=f021fd743794edec53298d7a7e9372b5ca4b8104;hpb=a74e63d538386ee5de073a48fc2aea6b5ed2c5ce;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index f021fd74..dc4ea9ac 100644 --- a/src/main.h +++ b/src/main.h @@ -2661,8 +2661,8 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 3 -#define PROGRAM_VERSION_MINOR 5 -#define PROGRAM_VERSION_PATCH 5 +#define PROGRAM_VERSION_MINOR 7 +#define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_EXTRA "" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -3779,11 +3779,13 @@ struct MusicFileInfo char *artist_header; char *album_header; char *year_header; + char *played_header; char *title; char *artist; char *album; char *year; + char *played; int music;