Skip to content

Commit 736806e

Browse files
authored
Merge pull request ghaerr#1143 from ghaerr/version
Increment version to v0.5.0
2 parents d2ca942 + 55f32f2 commit 736806e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from that popular platform.
2424
## Screenshots
2525

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

2929
Olivetti M24 8086 CPU
3030
![ss2](https://github.com/jbruchon/elks/blob/master/Screenshots/Olivetti_M24_8086_CPU.png)

Screenshots/ELKS_0.5.0.png

547 KB
Loading

elks/Makefile-rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ include $(TOPDIR)/Make.defs
5656
# State the current version of this system.
5757

5858
VERSION = 0 # (0-255)
59-
PATCHLEVEL = 4 # (0-255)
59+
PATCHLEVEL = 5 # (0-255)
6060
SUBLEVEL = 0 # (0-255)
6161
#PRE = 0 # (0-255) If not a pre, comment this line.
6262

libc/Makefile.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
VERSION=elks-0.4.0
2+
VERSION=elks-0.5.0
33

44
INCLUDES=-I$(TOPDIR)/include -I$(TOPDIR)/libc/include -I$(TOPDIR)/elks/include
55
DEFINES=-D__LIBC__ -D__LIBC_VER__='"$(VERSION)"' -D__HAS_NO_FLOATS__

0 commit comments

Comments
 (0)