summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2021-04-11 20:20:15 +0200
committerJiri Gaisler <jiri@gaisler.se>2021-06-10 22:04:11 +0200
commit88914409e05680b1bf0731f6a2abb6716fb2020f (patch)
tree5e258c8978535f7a0ef63142848ddcb2e487b2e0 /configure.ac
parent73267b6a278293b795502193869efda25b2f2a42 (diff)
Added simple RISC-V PLIC functionality for NS16550 interrupt
* RTEMS spconsole01 test now passes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b824fba..6396586 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sis], [2.26])
+AC_INIT([sis], [2.27])
AC_CONFIG_SRCDIR([sis.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS(config.h)