Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfld-fr committed Mar 14, 2019
1 parent 1269667 commit cf77a8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions elks/Makefile-rules
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions elks/arch/i86/kernel/syscall.dat
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion libc/Makefile.inc
Original file line number Diff line number Diff line change
@@ -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__
Expand Down

0 comments on commit cf77a8a

Please sign in to comment.