From 0c0183122c335aa95e2c45ca11713b6eef52372e Mon Sep 17 00:00:00 2001 From: Greg Haerr Date: Tue, 24 Sep 2024 11:59:09 -0600 Subject: [PATCH] Change version to v0.8.0 --- build.sh | 4 ++-- elks/Makefile-rules | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index baf37d4ce..8d3dc2ba9 100755 --- a/build.sh +++ b/build.sh @@ -36,8 +36,8 @@ if [ "$1" = "auto" ]; then echo "Invoking 'make defconfig'..." make defconfig || clean_exit 2 echo "Building IBM PC image..." - #cp ibmpc-1440.config .config - cp ibmpc-1440-nc.config .config + cp ibmpc-1440.config .config + #cp ibmpc-1440-nc.config .config else echo echo "Now invoking 'make menuconfig' for you to configure the system." diff --git a/elks/Makefile-rules b/elks/Makefile-rules index ce2e25a76..5efa2a08a 100644 --- a/elks/Makefile-rules +++ b/elks/Makefile-rules @@ -58,7 +58,7 @@ include $(TOPDIR)/Make.defs VERSION = 0 # (0-255) PATCHLEVEL = 8 # (0-255) SUBLEVEL = 0 # (0-255) -PRE = -pre3 +PRE = ######################################################################### # Specify the architecture we will use.