From 1d42bdabc7f56280a54f52d4b56936cd48082a8c Mon Sep 17 00:00:00 2001 From: Niels Elburg Date: Sun, 12 Feb 2006 22:55:53 +0000 Subject: [PATCH] start of beta 4 git-svn-id: svn://code.dyne.org/veejay/trunk@543 eb8d1916-c9e9-0310-b8de-cf0c9472ead5 --- veejay-current/gveejay-reloaded/common.h | 2 +- veejay-current/veejay/veejay.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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");