start of beta 4

git-svn-id: svn://code.dyne.org/veejay/trunk@543 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2006-02-12 22:55:53 +00:00
parent ffe32ae5c4
commit 1d42bdabc7
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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");