j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: stepan Date: Mon Apr 26 19:07:49 2010 New Revision: 760 URL: http://tracker.coreboot.org/trac/openbios/changeset/760
Log: push version number.
Modified: trunk/fcode-utils-devel/detok/detok.c trunk/fcode-utils-devel/toke/toke.c
Modified: trunk/fcode-utils-devel/detok/detok.c ============================================================================== --- trunk/fcode-utils-devel/detok/detok.c Mon Apr 26 19:01:01 2010 (r759) +++ trunk/fcode-utils-devel/detok/detok.c Mon Apr 26 19:07:49 2010 (r760) @@ -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 @@ 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");
Modified: trunk/fcode-utils-devel/toke/toke.c ============================================================================== --- trunk/fcode-utils-devel/toke/toke.c Mon Apr 26 19:01:01 2010 (r759) +++ trunk/fcode-utils-devel/toke/toke.c Mon Apr 26 19:07:49 2010 (r760) @@ -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 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. "