Skip to content

Commit

Permalink
Merge pull request #1143 from ghaerr/version
Browse files Browse the repository at this point in the history
Increment version to v0.5.0
  • Loading branch information
ghaerr authored Feb 8, 2022
2 parents d2ca942 + 55f32f2 commit 736806e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from that popular platform.
## Screenshots

ELKS running on QEMU
![ss1](https://github.com/jbruchon/elks/blob/master/Screenshots/ELKS_0.4.0.png)
![ss1](https://github.com/jbruchon/elks/blob/master/Screenshots/ELKS_0.5.0.png)

Olivetti M24 8086 CPU
![ss2](https://github.com/jbruchon/elks/blob/master/Screenshots/Olivetti_M24_8086_CPU.png)
Expand Down
Binary file added Screenshots/ELKS_0.5.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 = 4 # (0-255)
PATCHLEVEL = 5 # (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.4.0
VERSION=elks-0.5.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 736806e

Please sign in to comment.