Skip to content

Commit e6563bd

Browse files
author
Stefan Reinauer
committed
push version number.
git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@760 f158a5a8-5612-0410-a976-696ce0be7e32
1 parent 9b6a8a4 commit e6563bd

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

detok/detok.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
#include "stream.h"
4646
#include "addfcodes.h"
4747

48-
#define DETOK_VERSION "1.0.2"
48+
#define DETOK_VERSION "1.0.3"
4949

50-
#define CORE_COPYR "(C) Copyright 2001-2006 Stefan Reinauer.\n" \
50+
#define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer.\n" \
5151
"(C) Copyright 2006 coresystems GmbH <info@coresystems.de>"
5252
#define IBM_COPYR "(C) Copyright 2005 IBM Corporation. All Rights Reserved."
5353

@@ -65,9 +65,9 @@ static void print_copyright(bool is_error)
6565
char buffr[512];
6666

6767
sprintf(buffr,
68-
"Welcome to detok - OpenBIOS detokenizer v" DETOK_VERSION "\n"
68+
"Welcome to detok - FCode detokenizer v" DETOK_VERSION "\n"
6969
CORE_COPYR "\n" IBM_COPYR "\n"
70-
"Written by Stefan Reinauer, <stepan@openbios.org>\n"
70+
"Written by Stefan Reinauer <stepan@openbios.org>\n"
7171
"This program is free software; you may redistribute it "
7272
"under the terms of\nthe GNU General Public License v2. "
7373
"This program has absolutely no warranty.\n\n");

toke/toke.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
#include "stack.h"
4747
#include "emit.h"
4848

49-
#define TOKE_VERSION "1.0.2"
50-
#define TOKE_COPYRIGHT_DATE "2001-2006"
49+
#define TOKE_VERSION "1.0.3"
5150

5251
#include "vocabfuncts.h"
5352
#include "scanner.h"
@@ -56,7 +55,7 @@
5655
#include "clflags.h"
5756
#include "tracesyms.h"
5857

59-
#define CORE_COPYR "(C) Copyright 2001-2006 Stefan Reinauer.\n" \
58+
#define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer.\n" \
6059
"(C) Copyright 2006 coresystems GmbH <info@coresystems.de>"
6160
#define IBM_COPYR "(C) Copyright 2005 IBM Corporation. All Rights Reserved."
6261

@@ -100,7 +99,7 @@ static char *outputname = NULL;
10099
**************************************************************************** */
101100
static void print_copyright(void)
102101
{
103-
printf( "Welcome to toke - OpenBIOS tokenizer v" TOKE_VERSION "\n"
102+
printf( "Welcome to toke - FCode tokenizer v" TOKE_VERSION "\n"
104103
CORE_COPYR "\n" IBM_COPYR "\n"
105104
"This program is free software; you may redistribute it "
106105
"under the terms of\nthe GNU General Public License v2. "

0 commit comments

Comments
 (0)