From fe4e042a99179e6f9cd3f83d2cebe031440c8f6f Mon Sep 17 00:00:00 2001 From: Greg Haerr Date: Fri, 6 Dec 2024 19:52:50 -0700 Subject: [PATCH] Update ELKS version to 0.9.0-dev --- elks/Makefile-rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elks/Makefile-rules b/elks/Makefile-rules index a902774e5..77b88dbfd 100644 --- a/elks/Makefile-rules +++ b/elks/Makefile-rules @@ -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.