push version number. git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@760 f158a5a8-5612-0410-a976-696ce0be7e32
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
diff --git a/detok/detok.c b/detok/detok.c
index 0a0bf8c..7f464b0 100644
--- a/detok/detok.c
+++ b/detok/detok.c
@@ -45,9 +45,9 @@
#include "stream.h"
#include "addfcodes.h"
-#define DETOK_VERSION "1.0.2"
+#define DETOK_VERSION "1.0.3"
-#define CORE_COPYR "(C) Copyright 2001-2006 Stefan Reinauer.\n" \
+#define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer.\n" \
"(C) Copyright 2006 coresystems GmbH <info@coresystems.de>"
#define IBM_COPYR "(C) Copyright 2005 IBM Corporation. All Rights Reserved."
@@ -65,9 +65,9 @@ static void print_copyright(bool is_error)
char buffr[512];
sprintf(buffr,
- "Welcome to detok - OpenBIOS detokenizer v" DETOK_VERSION "\n"
+ "Welcome to detok - FCode detokenizer v" DETOK_VERSION "\n"
CORE_COPYR "\n" IBM_COPYR "\n"
- "Written by Stefan Reinauer, <stepan@openbios.org>\n"
+ "Written by Stefan Reinauer <stepan@openbios.org>\n"
"This program is free software; you may redistribute it "
"under the terms of\nthe GNU General Public License v2. "
"This program has absolutely no warranty.\n\n");
diff --git a/toke/toke.c b/toke/toke.c
index 1cf9514..30a7c3f 100644
--- a/toke/toke.c
+++ b/toke/toke.c
@@ -46,8 +46,7 @@
#include "stack.h"
#include "emit.h"
-#define TOKE_VERSION "1.0.2"
-#define TOKE_COPYRIGHT_DATE "2001-2006"
+#define TOKE_VERSION "1.0.3"
#include "vocabfuncts.h"
#include "scanner.h"
@@ -56,7 +55,7 @@
#include "clflags.h"
#include "tracesyms.h"
-#define CORE_COPYR "(C) Copyright 2001-2006 Stefan Reinauer.\n" \
+#define CORE_COPYR "(C) Copyright 2001-2010 Stefan Reinauer.\n" \
"(C) Copyright 2006 coresystems GmbH <info@coresystems.de>"
#define IBM_COPYR "(C) Copyright 2005 IBM Corporation. All Rights Reserved."
@@ -100,7 +99,7 @@ static char *outputname = NULL;
**************************************************************************** */
static void print_copyright(void)
{
- printf( "Welcome to toke - OpenBIOS tokenizer v" TOKE_VERSION "\n"
+ printf( "Welcome to toke - FCode tokenizer v" TOKE_VERSION "\n"
CORE_COPYR "\n" IBM_COPYR "\n"
"This program is free software; you may redistribute it "
"under the terms of\nthe GNU General Public License v2. "