mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Improve version number handling
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@533 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -41,9 +41,6 @@
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#define HAVE_UNISTD_H 1
|
||||
|
||||
/* Minor OpenBIOS version */
|
||||
#define MINOR_VERSION 0
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT ""
|
||||
|
||||
@@ -59,15 +56,9 @@
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION ""
|
||||
|
||||
/* Patchlevel */
|
||||
#define PATCH_LEVEL RC1
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#define STDC_HEADERS 1
|
||||
|
||||
/* Version */
|
||||
#define VERSION "1.0"
|
||||
|
||||
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
|
||||
`char[]'. */
|
||||
#define YYTEXT_POINTER 1
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
#include "asm/types.h"
|
||||
|
||||
#define PROGRAM_NAME "OpenBIOS"
|
||||
#define PROGRAM_VERSION VERSION
|
||||
|
||||
#ifndef BOOTSTRAP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user