diff options
author | Ian Moffett <ian@osmora.org> | 2023-12-15 17:37:42 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2023-12-15 17:37:42 -0500 |
commit | e9176672b79fdbdf6051c508284d16fdf2f165b1 (patch) | |
tree | a1bd7c1659e9a79aa576493f28640a4a239edb23 | |
parent | 5e038268d1148282e5833fcb870c06edc4818339 (diff) |
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 <ian@osmora.org>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 \\ |