From 70f9a9265955879177b7218cad3243c155044874 Mon Sep 17 00:00:00 2001 From: Greg Haerr Date: Mon, 6 Jun 2022 21:19:05 -0600 Subject: [PATCH] [release] Increment version to 0.6.0 --- buildimages.sh | 1 + elks/Makefile-rules | 2 +- libc/Makefile.inc | 4 +--- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/buildimages.sh b/buildimages.sh index b5aaa06fe..e2fcac04e 100755 --- a/buildimages.sh +++ b/buildimages.sh @@ -32,6 +32,7 @@ build_ibm() cd image make images + cd .. } make clean diff --git a/elks/Makefile-rules b/elks/Makefile-rules index 18a58d57e..ae3e66183 100644 --- a/elks/Makefile-rules +++ b/elks/Makefile-rules @@ -56,7 +56,7 @@ include $(TOPDIR)/Make.defs # State the current version of this system. VERSION = 0 # (0-255) -PATCHLEVEL = 5 # (0-255) +PATCHLEVEL = 6 # (0-255) SUBLEVEL = 0 # (0-255) #PRE = 0 # (0-255) If not a pre, comment this line. diff --git a/libc/Makefile.inc b/libc/Makefile.inc index 8aa579f09..c5ad3f9df 100644 --- a/libc/Makefile.inc +++ b/libc/Makefile.inc @@ -1,8 +1,6 @@ -VERSION=elks-0.5.0 - INCLUDES=-I$(TOPDIR)/include -I$(TOPDIR)/libc/include -I$(TOPDIR)/elks/include -DEFINES=-D__LIBC__ -D__LIBC_VER__='"$(VERSION)"' +DEFINES=-D__LIBC__ INCS=$(INCLUDES) SDEFS=$(DEFINES)