Skip to content

Commit

Permalink
[release] Increment version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Jun 7, 2022
1 parent bf0fa04 commit 70f9a92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions buildimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ build_ibm()

cd image
make images
cd ..
}

make clean
Expand Down
2 changes: 1 addition & 1 deletion elks/Makefile-rules
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 1 addition & 3 deletions libc/Makefile.inc
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 70f9a92

Please sign in to comment.