From e9176672b79fdbdf6051c508284d16fdf2f165b1 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 15 Dec 2023 17:37:42 -0500 Subject: build: Update versioning scheme This commit introduces a nicer versioning scheme to Hyra where the version number shall be bumped by 0.1 per stable release !! This commit did not bump the version !! Signed-off-by: Ian Moffett --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bc2f63a..32d53ce1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hyra], [0.0.1], [ian@osmora.org]) +AC_INIT([Hyra], [1.0], [ian@osmora.org]) KERN_CFLAGS_X86_64="-fexceptions --std=gnu11 -ffreestanding -fno-stack-protector -fno-pic \\ -Werror=implicit -Werror=implicit-function-declaration \\ -- cgit v1.2.3