summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJiri Gaisler <jiri@gaisler.se>2020-12-01 13:34:02 +0100
committerJiri Gaisler <jiri@gaisler.se>2020-12-01 16:44:58 +0100
commitbb65f4484f9be1818435ca39e95feab35be427aa (patch)
tree9edb64b684e652caa4d3023be76b5116aedf07be /configure.ac
parent11154be7bec2967b869fe385ab1df93a27efd82c (diff)
Added emulation of GR740 SOC2.25
* Only limited functionality with standard peripherals
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 be4ca31..9a46dcb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sis], [2.24])
+AC_INIT([sis], [2.25])
AC_CONFIG_SRCDIR([sis.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS(config.h)