Skip to content

Commit

Permalink
Merge pull request #2127 from ghaerr/v090pre
Browse files Browse the repository at this point in the history
Update ELKS version to 0.9.0-dev
  • Loading branch information
ghaerr authored Dec 7, 2024
2 parents e4b5cce + fe4e042 commit e6c2f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions elks/Makefile-rules
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ include $(TOPDIR)/Make.defs
# State the current version of this system.

VERSION = 0 # (0-255)
PATCHLEVEL = 8 # (0-255)
SUBLEVEL = 1 # (0-255)
PRE =
PATCHLEVEL = 9 # (0-255)
SUBLEVEL = 0 # (0-255)
PRE = -dev

#########################################################################
# Specify the architecture we will use.
Expand Down

0 comments on commit e6c2f80

Please sign in to comment.