X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;h=dc4ea9ace501012d47b92aaf669ec47fa15ee25c;hb=2c91866598fc7ff9b6a6075c288a6974bfc11965;hp=66c06a1267a61eac66a81d043acd066e5458113c;hpb=f627531aca2f234261cff93f0240a3224f50191d;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 66c06a12..dc4ea9ac 100644 --- a/src/main.h +++ b/src/main.h @@ -2661,7 +2661,7 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 #define PROGRAM_VERSION_MAJOR 3 -#define PROGRAM_VERSION_MINOR 6 +#define PROGRAM_VERSION_MINOR 7 #define PROGRAM_VERSION_PATCH 0 #define PROGRAM_VERSION_EXTRA "" @@ -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;