X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;h=2ebd9fadc62c0942a6e52ac067fd70ecb41a7038;hb=refs%2Fheads%2Fmaster-next-major-release-test-rc5;hp=bdb2836c0d6f078d434d9c88812c218d64053d8c;hpb=e6f748f5628abdd08d3d55e879de5b0d495a4a08;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index bdb2836c..2ebd9fad 100644 --- a/src/main.h +++ b/src/main.h @@ -2574,10 +2574,10 @@ enum // program information and versioning definitions #define PROGRAM_VERSION_SUPER 4 -#define PROGRAM_VERSION_MAJOR 2 -#define PROGRAM_VERSION_MINOR 3 -#define PROGRAM_VERSION_PATCH 2 -#define PROGRAM_VERSION_EXTRA "" +#define PROGRAM_VERSION_MAJOR 3 +#define PROGRAM_VERSION_MINOR 0 +#define PROGRAM_VERSION_PATCH 0 +#define PROGRAM_VERSION_EXTRA " RC5" #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel"