From cf77a8a809a24039413c871537c8a686bc3a6558 Mon Sep 17 00:00:00 2001 From: mfld-fr Date: Thu, 14 Mar 2019 21:09:26 +0100 Subject: [PATCH] Release 0.3.0 --- elks/Makefile-rules | 6 +++--- elks/arch/i86/kernel/syscall.dat | 3 +-- libc/Makefile.inc | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/elks/Makefile-rules b/elks/Makefile-rules index e6644d501..069c95ef5 100644 --- a/elks/Makefile-rules +++ b/elks/Makefile-rules @@ -56,9 +56,9 @@ include $(TOPDIR)/Make.defs # State the current version of this system. VERSION = 0 # (0-255) -PATCHLEVEL = 2 # (0-255) -SUBLEVEL = 1 # (0-255) -#PRE = 1 # (0-255) If not a pre, comment this line. +PATCHLEVEL = 3 # (0-255) +SUBLEVEL = 0 # (0-255) +#PRE = 0 # (0-255) If not a pre, comment this line. ######################################################################### # Specify the architecture we will use. diff --git a/elks/arch/i86/kernel/syscall.dat b/elks/arch/i86/kernel/syscall.dat index 123a1a358..7b4ba33cb 100644 --- a/elks/arch/i86/kernel/syscall.dat +++ b/elks/arch/i86/kernel/syscall.dat @@ -14,8 +14,7 @@ # implemented in the kernel. # # Package versions are matched. -# Dev86/Elksemu version - 0.13.1 -# Elks version - 0.0.66 +# Elks version - 0.3.0 # # Name No Args Flag, comment # diff --git a/libc/Makefile.inc b/libc/Makefile.inc index b242d1ffa..3bfeb6905 100644 --- a/libc/Makefile.inc +++ b/libc/Makefile.inc @@ -1,5 +1,5 @@ -VERSION=elks-0.0 +VERSION=elks-0.3.0 INCLUDES=-I$(TOPDIR)/include -I$(TOPDIR)/libc/include -I$(TOPDIR)/elks/include DEFINES=-D__LIBC__ -D__LIBC_VER__='"$(VERSION)"' -D__HAS_NO_FLOATS__