Skip to content

Commit

Permalink
Merge pull request #2037 from ghaerr/v080
Browse files Browse the repository at this point in the history
Change version to v0.8.0
  • Loading branch information
ghaerr authored Sep 24, 2024
2 parents 044b2a4 + 0c01831 commit 7fc5492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion elks/Makefile-rules
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7fc5492

Please sign in to comment.