Skip to content

Commit

Permalink
Merge pull request #1311 from ghaerr/060
Browse files Browse the repository at this point in the history
[release] Increment version to 0.6.0
  • Loading branch information
ghaerr authored Jun 7, 2022
2 parents bf0fa04 + 70f9a92 commit 850f549
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 850f549

Please sign in to comment.