diff --git a/veejay-current/gveejay-reloaded/common.h b/veejay-current/gveejay-reloaded/common.h index 143a04c6..f1bed0f3 100644 --- a/veejay-current/gveejay-reloaded/common.h +++ b/veejay-current/gveejay-reloaded/common.h @@ -20,7 +20,7 @@ #define GVRCOMMON_H #define STATUS_BYTES 150 #define STATUS_TOKENS 20 -#define VEEJAY_CODENAME "Resume build 2k6 v. beta 2" +#define VEEJAY_CODENAME "Resume build 2k6 v. beta 4" /* Status bytes */ #define ELAPSED_TIME 0 diff --git a/veejay-current/veejay/veejay.c b/veejay-current/veejay/veejay.c index 14b107e2..7d4747d1 100644 --- a/veejay-current/veejay/veejay.c +++ b/veejay-current/veejay/veejay.c @@ -538,7 +538,7 @@ static int check_command_line_options(int argc, char *argv[]) static void print_license() { veejay_msg(VEEJAY_MSG_INFO, - "Veejay -<|End of the Line 2k6 beta 2|>- %s Copyright (C) Niels Elburg and others",VERSION); + "Veejay -<|End of the Line 2k6 beta 4|>- %s Copyright (C) Niels Elburg and others",VERSION); veejay_msg(VEEJAY_MSG_INFO, "This software is subject to the GNU GENERAL PUBLIC LICENSE");