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:
Blue Swirl
2009-08-02 18:20:53 +00:00
parent 17d787ee2e
commit d4b64752eb
12 changed files with 26 additions and 26 deletions

View File

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

View File

@@ -22,7 +22,6 @@
#include "asm/types.h"
#define PROGRAM_NAME "OpenBIOS"
#define PROGRAM_VERSION VERSION
#ifndef BOOTSTRAP