diff options
-rw-r--r-- | src/parisc/hppa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parisc/hppa.h b/src/parisc/hppa.h index 1a39e33..e14f67e 100644 --- a/src/parisc/hppa.h +++ b/src/parisc/hppa.h @@ -3,8 +3,8 @@ /* this file is included by x86.h */ /* version number of this SeaBIOS firmware */ -#define SEABIOS_HPPA_VERSION 17 -#define SEABIOS_HPPA_VERSION_STR "17" +#define SEABIOS_HPPA_VERSION 18 +#define SEABIOS_HPPA_VERSION_STR "18" #ifdef __LP64__ #define CONFIG_64BIT |