diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-06 16:22:59 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-06 20:58:27 -0400 |
commit | 34ff71b71e6ca4f5373cd294762b659c34e84571 (patch) | |
tree | 2ebb974bfe617e875a50b92d41b9f15c938a6fbc | |
parent | dd69c932373a42d47d1b1783557350c272cfce64 (diff) |
project: Bump version to 2.6
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 6db3a09..50c56b4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hyra], [2.5], [ian@osmora.org]) +AC_INIT([Hyra], [2.6], [ian@osmora.org]) TARGET="amd64" QEMU="qemu-system-x86_64" |