Skip to content

Commit

Permalink
Merge pull request #874 from ghaerr/version400
Browse files Browse the repository at this point in the history
Increment version to 0.4.0
  • Loading branch information
ghaerr authored Nov 21, 2020
2 parents d58d35c + 81f6843 commit 3074172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = 3 # (0-255)
PATCHLEVEL = 4 # (0-255)
SUBLEVEL = 0 # (0-255)
#PRE = 0 # (0-255) If not a pre, comment this line.

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.3.0
VERSION=elks-0.4.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 3074172

Please sign in to comment.